Searched refs:swr_opts (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dcmdutils.h50 extern AVDictionary *swr_opts;
281 AVDictionary *swr_opts; member in struct:OptionGroup
H A Dcmdutils.c65 AVDictionary *swr_opts; variable
87 av_dict_free(&swr_opts);
575 av_dict_set(&swr_opts, opt, arg, FLAGS);
632 g->swr_opts = swr_opts;
643 swr_opts = NULL;
701 av_dict_free(&l->groups[j].swr_opts);
H A Dffmpeg.h418 AVDictionary *swr_opts; member in struct:OutputStream
H A Dffmpeg_filter.c860 while ((e = av_dict_get(ost->swr_opts, "", e,
H A Dffmpeg_opt.c1169 av_dict_copy(&ost->swr_opts, o->g->swr_opts, 0);
1171 av_dict_set(&ost->swr_opts, "output_sample_bits", "24", 0);
H A Dffmpeg.c3727 av_dict_free(&ost->swr_opts);
H A Dffplay.c1885 while ((e = av_dict_get(swr_opts, "", e, AV_DICT_IGNORE_SUFFIX)))

Completed in 85 milliseconds