summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-04-12 20:10:10 +0200
committerAnton Khirnov <anton@khirnov.net>2011-04-19 18:31:36 +0200
commitdf56d5833959cde9ce60ab43e2923eaaea3287b3 (patch)
treec3ab11bf89882bb5071485fa4684c812f06ac850
parent7f804085f1be53fac1a28a962c1e34873981b131 (diff)
lavf: remove FF_API_INDEX_BUILT cruft
-rw-r--r--libavformat/avformat.h3
-rw-r--r--libavformat/version.h3
2 files changed, 0 insertions, 6 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 568521311e..2567aabd5a 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -696,9 +696,6 @@ typedef struct AVFormatContext {
/* av_seek_frame() support */
int64_t data_offset; /**< offset of the first packet */
-#if FF_API_INDEX_BUILT
- attribute_deprecated int index_built;
-#endif
int mux_rate;
unsigned int packet_size;
diff --git a/libavformat/version.h b/libavformat/version.h
index 6396164212..01730183b2 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -50,9 +50,6 @@
#ifndef FF_API_OLD_AVIO
#define FF_API_OLD_AVIO (LIBAVFORMAT_VERSION_MAJOR < 54)
#endif
-#ifndef FF_API_INDEX_BUILT
-#define FF_API_INDEX_BUILT (LIBAVFORMAT_VERSION_MAJOR < 53)
-#endif
#ifndef FF_API_DUMP_FORMAT
#define FF_API_DUMP_FORMAT (LIBAVFORMAT_VERSION_MAJOR < 54)
#endif