dict: add av_dict_count()
authorMans Rullgard <mans@mansr.com>
Wed, 8 Aug 2012 16:30:15 +0000 (17:30 +0100)
committerMans Rullgard <mans@mansr.com>
Fri, 10 Aug 2012 14:15:00 +0000 (15:15 +0100)
commit987170cb9dd036d3372c8feac6074d13d1b84dd2
treee4d443be62fdf1319300a027423c777551a20cd9
parent05c36e0e5fbf0b75dbbbd327ad2f6a62992f9262
dict: add av_dict_count()

This adds a function to retrieve the number of entries in a
dictionary and updates the places directly accessing what should
be an opaque struct to use this new function instead.

Signed-off-by: Mans Rullgard <mans@mansr.com>
doc/APIchanges
libavformat/asfenc.c
libavformat/utils.c
libavutil/dict.c
libavutil/dict.h
libavutil/version.h