summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-01-22 10:56:42 +0100
committerAnton Khirnov <anton@khirnov.net>2012-01-27 10:38:35 +0100
commit3b4aaa61906321b44e9724d9fed11e552406ea50 (patch)
treeb2a667bed3198dd5308a4cf4c38d7eef13808bc3
parentd803775e81bdff4e7f639b3e47c0a6e6f05219c3 (diff)
downloadffmpeg-streaming-3b4aaa61906321b44e9724d9fed11e552406ea50.zip
ffmpeg-streaming-3b4aaa61906321b44e9724d9fed11e552406ea50.tar.gz
lavc: remove disabled FF_API_AVFRAME_AGE cruft.
-rw-r--r--libavcodec/avcodec.h7
-rw-r--r--libavcodec/version.h3
2 files changed, 0 insertions, 10 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 217bef2..18db7c5 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
diff --git a/libavcodec/version.h b/libavcodec/version.h
index c630bf2..c8ed77e 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -44,9 +44,6 @@
#ifndef FF_API_OLD_DECODE_AUDIO
#define FF_API_OLD_DECODE_AUDIO (LIBAVCODEC_VERSION_MAJOR < 55)
#endif
-#ifndef FF_API_AVFRAME_AGE
-#define FF_API_AVFRAME_AGE (LIBAVCODEC_VERSION_MAJOR < 54)
-#endif
#ifndef FF_API_OLD_ENCODE_AUDIO
#define FF_API_OLD_ENCODE_AUDIO (LIBAVCODEC_VERSION_MAJOR < 55)
#endif
OpenPOWER on IntegriCloud