X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fthirdparty%2Fsrc%2Fffmpeg-4.1.4.patch0;fp=cinelerra-5.1%2Fthirdparty%2Fsrc%2Fffmpeg-4.1.4.patch0;h=5dd311009d09ad9a8d97343f46589c8a15f72d46;hb=fb661e853152fd63537629a20f493a4cdcd4f019;hp=0000000000000000000000000000000000000000;hpb=3f801b05e0de577b00e98019b099ed38d66b9550;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/thirdparty/src/ffmpeg-4.1.4.patch0 b/cinelerra-5.1/thirdparty/src/ffmpeg-4.1.4.patch0 new file mode 100644 index 00000000..5dd31100 --- /dev/null +++ b/cinelerra-5.1/thirdparty/src/ffmpeg-4.1.4.patch0 @@ -0,0 +1,11 @@ +diff -urN a/fftools/cmdutils.c b/fftools/cmdutils.c +--- a/fftools/cmdutils.c 2018-10-01 10:52:48.866784675 -0600 ++++ b/fftools/cmdutils.c 2018-10-01 10:52:55.550799827 -0600 +@@ -1179,6 +1179,7 @@ + + void show_banner(int argc, char **argv, const OptionDef *options) + { ++ return; + int idx = locate_option(argc, argv, options, "version"); + if (hide_banner || idx) + return;