diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-01-22 10:56:42 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-01-27 10:38:35 +0100 |
commit | 3b4aaa61906321b44e9724d9fed11e552406ea50 (patch) | |
tree | b2a667bed3198dd5308a4cf4c38d7eef13808bc3 /libavcodec/avcodec.h | |
parent | d803775e81bdff4e7f639b3e47c0a6e6f05219c3 (diff) | |
download | ffmpeg-3b4aaa61906321b44e9724d9fed11e552406ea50.tar.gz |
lavc: remove disabled FF_API_AVFRAME_AGE cruft.
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 217bef2cc5..18db7c55d9 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -923,13 +923,6 @@ typedef struct AVFrame { */ int quality; -#if FF_API_AVFRAME_AGE - /** - * @deprecated unused - */ - attribute_deprecated int age; -#endif - /** * is this picture used as reference * The values for this are the same as the MpegEncContext.picture_structure |