Home
last modified time | relevance | path

Searched refs:unused_opts (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/fftools/
Dffmpeg_opt.c1158 AVDictionary *unused_opts = NULL; in open_input_file() local
1392 unused_opts = strip_specifiers(o->g->codec_opts); in open_input_file()
1397 av_dict_set(&unused_opts, e->key, NULL, 0); in open_input_file()
1401 while ((e = av_dict_get(unused_opts, "", e, AV_DICT_IGNORE_SUFFIX))) { in open_input_file()
1427 av_dict_free(&unused_opts); in open_input_file()
2425 AVDictionary *unused_opts = NULL; in open_output_file() local
2728 unused_opts = strip_specifiers(o->g->codec_opts); in open_output_file()
2733 av_dict_set(&unused_opts, e->key, NULL, 0); in open_output_file()
2737 while ((e = av_dict_get(unused_opts, "", e, AV_DICT_IGNORE_SUFFIX))) { in open_output_file()
2767 av_dict_free(&unused_opts); in open_output_file()