Commit df56d583 authored by Anton Khirnov's avatar Anton Khirnov

lavf: remove FF_API_INDEX_BUILT cruft

parent 7f804085
...@@ -696,9 +696,6 @@ typedef struct AVFormatContext { ...@@ -696,9 +696,6 @@ typedef struct AVFormatContext {
/* av_seek_frame() support */ /* av_seek_frame() support */
int64_t data_offset; /**< offset of the first packet */ int64_t data_offset; /**< offset of the first packet */
#if FF_API_INDEX_BUILT
attribute_deprecated int index_built;
#endif
int mux_rate; int mux_rate;
unsigned int packet_size; unsigned int packet_size;
......
...@@ -50,9 +50,6 @@ ...@@ -50,9 +50,6 @@
#ifndef FF_API_OLD_AVIO #ifndef FF_API_OLD_AVIO
#define FF_API_OLD_AVIO (LIBAVFORMAT_VERSION_MAJOR < 54) #define FF_API_OLD_AVIO (LIBAVFORMAT_VERSION_MAJOR < 54)
#endif #endif
#ifndef FF_API_INDEX_BUILT
#define FF_API_INDEX_BUILT (LIBAVFORMAT_VERSION_MAJOR < 53)
#endif
#ifndef FF_API_DUMP_FORMAT #ifndef FF_API_DUMP_FORMAT
#define FF_API_DUMP_FORMAT (LIBAVFORMAT_VERSION_MAJOR < 54) #define FF_API_DUMP_FORMAT (LIBAVFORMAT_VERSION_MAJOR < 54)
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment