Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-02-23 09:39:59 +0300
committerAnton Khirnov <anton@khirnov.net>2011-04-13 15:50:17 +0400
commit548e62c5aedcf86a08c3c423b9367e94727ad86b (patch)
treec5b4e4a6966086312c2da1965f89fad354500390 /libavformat/version.h
parent882221afdee6e5f19d576927898cbcaed7237d80 (diff)
lavf: postpone removal of deprecated avio functions
They've been deprecated very recently.
Diffstat (limited to 'libavformat/version.h')
-rw-r--r--libavformat/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/version.h b/libavformat/version.h
index 24e5757fe8..887901bc1e 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -87,7 +87,7 @@
#define FF_API_SYMVER (LIBAVFORMAT_VERSION_MAJOR < 53)
#endif
#ifndef FF_API_OLD_AVIO
-#define FF_API_OLD_AVIO (LIBAVFORMAT_VERSION_MAJOR < 53)
+#define FF_API_OLD_AVIO (LIBAVFORMAT_VERSION_MAJOR < 54)
#endif
#ifndef FF_API_INDEX_BUILT
#define FF_API_INDEX_BUILT (LIBAVFORMAT_VERSION_MAJOR < 53)