Go to the documentation of this file.
67 #define AV_DICT_MATCH_CASE 1
68 #define AV_DICT_IGNORE_SUFFIX 2
69 #define AV_DICT_DONT_STRDUP_KEY 4
71 #define AV_DICT_DONT_STRDUP_VAL 8
73 #define AV_DICT_DONT_OVERWRITE 16
74 #define AV_DICT_APPEND 32
77 typedef struct AVDictionaryEntry {
129 const char *key_val_sep,
const char *pairs_sep,