summaryrefslogtreecommitdiff
path: root/libavformat/version.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-02-10 09:36:44 +0100
committerRonald S. Bultje <rsbultje@gmail.com>2011-02-10 21:34:29 -0500
commitb0294c80d3a3981ec7ef9e4654962780e8566075 (patch)
treec5c859ed98356e65e2771cf42abe6c852f23ca02 /libavformat/version.h
parent0605cb433263502db3b6a6d73e4d69ba5ceee8ef (diff)
lavf: deprecate AVFormatContext.index_built
it's not touched anywhere in ffmpeg, the code setting it was removed over two years ago (e9b78eeba22b050810a507e69df1b652e56ab62b). Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
Diffstat (limited to 'libavformat/version.h')
-rw-r--r--libavformat/version.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/version.h b/libavformat/version.h
index 0c796e6de5..d1a643aaac 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -89,5 +89,8 @@
#ifndef FF_API_OLD_AVIO
#define FF_API_OLD_AVIO (LIBAVFORMAT_VERSION_MAJOR < 53)
#endif
+#ifndef FF_API_INDEX_BUILT
+#define FF_API_INDEX_BUILT (LIBAVFORMAT_VERSION_MAJOR < 53)
+#endif
#endif //AVFORMAT_VERSION_H