X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fthirdparty%2Fsrc%2Fffmpeg-6.1.patch1;fp=cinelerra-5.1%2Fthirdparty%2Fsrc%2Fffmpeg-6.1.patch1;h=e157d3f351b1c6ae058e2e3f55289b0d7f33e6aa;hb=21f715f2d24d38bd7a0eccb22d64cdf18f0e3df9;hp=0000000000000000000000000000000000000000;hpb=def7a2e3e4f053af598be006210a4cd29d984305;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/thirdparty/src/ffmpeg-6.1.patch1 b/cinelerra-5.1/thirdparty/src/ffmpeg-6.1.patch1 new file mode 100644 index 00000000..e157d3f3 --- /dev/null +++ b/cinelerra-5.1/thirdparty/src/ffmpeg-6.1.patch1 @@ -0,0 +1,11 @@ +--- a/fftools/cmdutils.c ++++ b/fftools/cmdutils.c +@@ -59,7 +59,7 @@ + AVDictionary *swr_opts; + AVDictionary *format_opts, *codec_opts; + +-int hide_banner = 0; ++int hide_banner = 1; + + void uninit_opts(void) + {