add drag edit render_handle_frame
[goodguy/history.git] / cinelerra-5.1 / thirdparty / src / ffmpeg-4.0.patch0
diff --git a/cinelerra-5.1/thirdparty/src/ffmpeg-4.0.patch0 b/cinelerra-5.1/thirdparty/src/ffmpeg-4.0.patch0
new file mode 100644 (file)
index 0000000..5dd3110
--- /dev/null
@@ -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;