Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-08-11 16:50:54 +0400
committerMichael Niedermayer <michaelni@gmx.at>2012-08-11 17:01:45 +0400
commitf5f3684fb8d3881a6f90913417b2b5272df76e49 (patch)
tree2cd82a73afe553baeed57683b861e6775ccebb6b /libavutil/dict.h
parent48d20b918c80a68e61f8bdedbf335ed4a00d6a32 (diff)
parent885da7b08289321b88919e86d1574c8683a95a22 (diff)
Merge remote-tracking branch 'qatar/master'
* qatar/master: lavf: simplify is_intra_only() by using codec descriptors. lavc: add an intra-only codec property. lavc: add codec descriptors. lavc: fix mixing CODEC_ID/AV_CODEC_ID in C++ code. dict: move struct AVDictionary definition to dict.c dict: add av_dict_count() Conflicts: doc/APIchanges libavcodec/old_codec_ids.h libavformat/utils.c libavutil/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil/dict.h')
-rw-r--r--libavutil/dict.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/libavutil/dict.h b/libavutil/dict.h
index 54ecba0c2d..7f9924b128 100644
--- a/libavutil/dict.h
+++ b/libavutil/dict.h
@@ -93,6 +93,14 @@ AVDictionaryEntry *
av_dict_get(AVDictionary *m, const char *key, const AVDictionaryEntry *prev, int flags);
/**
+ * Get number of entries in dictionary.
+ *
+ * @param m dictionary
+ * @return number of entries in dictionary
+ */
+int av_dict_count(const AVDictionary *m);
+
+/**
* Set the given entry in *pm, overwriting an existing entry.
*
* @param pm pointer to a pointer to a dictionary struct. If *pm is NULL