[FFmpeg-cvslog] fftools/ffplay: allow unused format options which are also codec options

Marton Balint git at videolan.org
Mon May 27 23:21:31 EEST 2024


ffmpeg | branch: master | Marton Balint <cus at passwd.hu> | Sat May 18 16:05:02 2024 +0200| [ed927f2f0c3e9c87d90af4e87eeb06413f13fa14] | committer: Marton Balint

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 at passwd.hu>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ed927f2f0c3e9c87d90af4e87eeb06413f13fa14
---

 fftools/ffplay.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/fftools/ffplay.c b/fftools/ffplay.c
index ff48fa5f8c..1d0511b254 100644
--- a/fftools/ffplay.c
+++ b/fftools/ffplay.c
@@ -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)



More information about the ffmpeg-cvslog mailing list