diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 217bef2cc5c8da1362c878bb547e694115eab33b..18db7c55d95b87d1b7af4bc553bb3fa919e25025 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 c630bf2e57804bbb10a7b55758c1365470a1113d..c8ed77e44c74410f14de4cfbc0fd9d1ca750a9b2 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