From dc7ad30fa5b3d454a3edcc3b051aef3a65c5235b Mon Sep 17 00:00:00 2001
From: Anton Khirnov <anton@khirnov.net>
Date: Sun, 22 Jan 2012 10:43:40 +0100
Subject: [PATCH] lavf: postpone removing av_close_input_file().

It has been deprecated only recently.
---
 libavformat/version.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/version.h b/libavformat/version.h
index cd774fbe65a..d50b2a54dc1 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -120,7 +120,7 @@
 #define FF_API_SET_PTS_INFO            (LIBAVFORMAT_VERSION_MAJOR < 54)
 #endif
 #ifndef FF_API_CLOSE_INPUT_FILE
-#define FF_API_CLOSE_INPUT_FILE        (LIBAVFORMAT_VERSION_MAJOR < 54)
+#define FF_API_CLOSE_INPUT_FILE        (LIBAVFORMAT_VERSION_MAJOR < 55)
 #endif
 
 #endif /* AVFORMAT_VERSION_H */
-- 
GitLab