Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-02-03 14:45:30 +0300
committerAnton Khirnov <anton@khirnov.net>2011-04-19 20:28:39 +0400
commitfc2d3a19c54ad6b272eb7d5142148a01568a9b77 (patch)
treebae7ca92aae3a4b7053ab80887b69c15f96165bc /libavformat/avformat.h
parent58d5ff0abf657fe0ec3564433ebbde9fc8f71ffd (diff)
lavf: remove FF_API_LAVF_UNUSED cruft
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 289834627a..d507c2048b 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -545,10 +545,6 @@ typedef struct AVStream {
int64_t nb_frames; ///< number of frames in this stream if known or 0
-#if FF_API_LAVF_UNUSED
- attribute_deprecated int64_t unused[4+1];
-#endif
-
int disposition; /**< AV_DISPOSITION_* bit field */
AVProbeData probe_data;
@@ -701,11 +697,6 @@ typedef struct AVFormatContext {
/* av_read_frame() support */
AVStream *cur_st;
-#if FF_API_LAVF_UNUSED
- const uint8_t *cur_ptr_deprecated;
- int cur_len_deprecated;
- AVPacket cur_pkt_deprecated;
-#endif
/* av_seek_frame() support */
int64_t data_offset; /**< offset of the first packet */