mirror of
https://github.com/librempeg/librempeg
synced 2024-11-22 09:02:20 +00:00
fftools/ffplay: allow unused format options which are also codec options
Same as it is handled in ffmpeg, allows using -ch_layout codec option. Signed-off-by: Marton Balint <cus@passwd.hu> Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
c7095cdde4
commit
a6e8cbd128
@ -2858,6 +2858,7 @@ static int read_thread(void *arg)
|
||||
}
|
||||
if (scan_all_pmts_set)
|
||||
av_dict_set(&format_opts, "scan_all_pmts", NULL, AV_DICT_MATCH_CASE);
|
||||
remove_avoptions(&format_opts, codec_opts);
|
||||
|
||||
ret = check_avoptions(format_opts);
|
||||
if (ret < 0)
|
||||
|
Loading…
Reference in New Issue
Block a user