From fd8b88e336fd1e3ca6b8962022abaf989ddc4ed5 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Tue, 22 May 2018 23:47:23 +0200 Subject: [PATCH] Fix the LIBAVFORMAT_VERSION_INT test for skip_trailer (updated to the actual 3.3 version number). --- defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defs.h b/defs.h index 55bb75e..7b8cc69 100644 --- a/defs.h +++ b/defs.h @@ -4,7 +4,7 @@ #include // 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 "" -- 2.39.2