26 #if FF_API_OLD_METADATA2
33 int av_metadata_set2(
AVDictionary **pm,
const char *key,
const char *value,
int flags)
71 for (sc=s_conv; sc->
native; sc++)
77 for (dc=d_conv; dc->
native; dc++)
AVDictionaryEntry * av_dict_get(AVDictionary *m, const char *key, const AVDictionaryEntry *prev, int flags)
Get a dictionary entry with matching key.
void av_dict_copy(AVDictionary **dst, AVDictionary *src, int flags)
Copy entries from one AVDictionary struct into another.
void av_dict_free(AVDictionary **pm)
Free all the memory allocated for an AVDictionary struct and all keys and values. ...
unsigned int nb_streams
A list of all streams in the file.
int av_strcasecmp(const char *a, const char *b)
int av_dict_set(AVDictionary **pm, const char *key, const char *value, int flags)
Set the given entry in *pm, overwriting an existing entry.
#define AV_DICT_IGNORE_SUFFIX