diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 568521311e469909bf03610755cefed3b183e4d3..2567aabd5ac7f809841ac16d129a38a5676b58fc 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 6396164212cd02d162d74d8415c5a0ea5911119b..01730183b211eb47968a7f3fa7d3e412016647a0 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