diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-01-12 13:31:55 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-01-27 10:52:43 +0100 |
commit | 2f5e728b58c564b89f565fa2149dbbb6ccfce734 (patch) | |
tree | a675a57f022d66436d326f28295832e71546a7bb /libavformat/avformat.h | |
parent | df0bb26aca7ff42bf57dfc8a5f7e19baf0e1c689 (diff) | |
download | ffmpeg-2f5e728b58c564b89f565fa2149dbbb6ccfce734.tar.gz |
lavf: remove disabled FF_API_FILESIZE cruft
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index c2ce5b8948..4f95ecc1dc 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -835,13 +835,6 @@ typedef struct AVFormatContext { */ int64_t duration; -#if FF_API_FILESIZE - /** - * decoding: total file size, 0 if unknown - */ - attribute_deprecated int64_t file_size; -#endif - /** * Decoding: total stream bitrate in bit/s, 0 if not * available. Never set it directly if the file_size and the |