[FFmpeg-cvslog] lavf: remove FF_API_INDEX_BUILT cruft
Anton Khirnov
git at videolan.org
Wed Apr 20 04:52:18 CEST 2011
ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Tue Apr 12 20:10:10 2011 +0200| [df56d5833959cde9ce60ab43e2923eaaea3287b3] | committer: Anton Khirnov
lavf: remove FF_API_INDEX_BUILT cruft
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=df56d5833959cde9ce60ab43e2923eaaea3287b3
---
libavformat/avformat.h | 3 ---
libavformat/version.h | 3 ---
2 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 5685213..2567aab 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 6396164..0173018 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
More information about the ffmpeg-cvslog
mailing list