Searched refs:AV_DICT_APPEND (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Ddict.h68 #define AV_DICT_APPEND 32 /**< If the entry already exists, append to it. Note that no macro
H A Ddict.c62 if (flags & AV_DICT_APPEND)
82 } else if (oldval && flags & AV_DICT_APPEND) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Ddict.h77 #define AV_DICT_APPEND 32 /**< If the entry already exists, append to it. Note that no macro
H A Ddict.c84 if (flags & AV_DICT_APPEND)
105 } else if (oldval && flags & AV_DICT_APPEND) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dnistspheredec.c112 av_dict_set(&s->metadata, key, value, AV_DICT_APPEND);
H A Dlibmodplug.c119 av_dict_set(&s->metadata, #entry_name, "\n", AV_DICT_APPEND); \
120 av_dict_set(&s->metadata, #entry_name, item_name, AV_DICT_APPEND); \
128 av_dict_set(&s->metadata, "extra info", extra, AV_DICT_APPEND); \
H A Doggparsevorbis.c162 av_dict_set(m, tt, ";", AV_DICT_APPEND);
166 AV_DICT_APPEND);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Dcmdutils.c366 #define FLAGS (o->type == AV_OPT_TYPE_FLAGS) ? AV_DICT_APPEND : 0
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dcmdutils.c512 #define FLAGS (o->type == AV_OPT_TYPE_FLAGS) ? AV_DICT_APPEND : 0
H A Dffmpeg_opt.c1389 av_dict_set(&ost->encoder_opts, "flags", "+pass1", AV_DICT_APPEND);
1393 av_dict_set(&ost->encoder_opts, "flags", "+pass2", AV_DICT_APPEND);

Completed in 215 milliseconds