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