summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-02-23 07:39:59 +0100
committerAnton Khirnov <anton@khirnov.net>2011-04-13 13:50:17 +0200
commit548e62c5aedcf86a08c3c423b9367e94727ad86b (patch)
treec5b4e4a6966086312c2da1965f89fad354500390 /libavformat
parent882221afdee6e5f19d576927898cbcaed7237d80 (diff)
lavf: postpone removal of deprecated avio functions
They've been deprecated very recently.
Diffstat (limited to 'libavformat')
-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)