]> git.sesse.net Git - nageru/commitdiff
Fix the LIBAVFORMAT_VERSION_INT test for skip_trailer (updated to the actual 3.3...
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 22 May 2018 21:47:23 +0000 (23:47 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 22 May 2018 21:47:23 +0000 (23:47 +0200)
defs.h

diff --git a/defs.h b/defs.h
index 55bb75e39a7a25052c3b2f408d5a8980a532846e..7b8cc696de1120de66ce04a1b2d29138089d024c 100644 (file)
--- a/defs.h
+++ b/defs.h
@@ -4,7 +4,7 @@
 #include <libavformat/version.h>
 
 // This flag is only supported in FFmpeg 3.3 and up, and we only require 3.1.
-#if LIBAVFORMAT_VERSION_INT >= AV_VERSION_INT(57, 39, 100)
+#if LIBAVFORMAT_VERSION_INT >= AV_VERSION_INT(57, 71, 100)
 #define MUX_SKIP_TRAILER "+skip_trailer"
 #else
 #define MUX_SKIP_TRAILER ""