36 if (d_conv == s_conv || !pm)
42 for (sc=s_conv; sc->
native; sc++)
48 for (dc=d_conv; dc->
native; dc++)
64 for (
i=0;
i<
ctx->nb_streams ;
i++)
66 for (
i=0;
i<
ctx->nb_chapters;
i++)
68 for (
i=0;
i<
ctx->nb_programs;
i++)
uint8_t ptrdiff_t const uint8_t ptrdiff_t int intptr_t intptr_t int int16_t * dst
static AVFormatContext * ctx
#define i(width, name, range_min, range_max)
#define AV_DICT_MULTIKEY
Allow to store several equal keys in the dictionary.
void av_dict_free(AVDictionary **pm)
Free all the memory allocated for an AVDictionary struct and all keys and values.
const AVDictionaryEntry * av_dict_iterate(const AVDictionary *m, const AVDictionaryEntry *prev)
Iterate over a dictionary.
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_DEDUP
If inserting a value that already exists for a key, do nothing.
int av_strcasecmp(const char *a, const char *b)
Locale-independent case-insensitive compare.