Commit 3b4aaa61 authored by Anton Khirnov's avatar Anton Khirnov

lavc: remove disabled FF_API_AVFRAME_AGE cruft.

parent d803775e
...@@ -923,13 +923,6 @@ typedef struct AVFrame { ...@@ -923,13 +923,6 @@ typedef struct AVFrame {
*/ */
int quality; int quality;
#if FF_API_AVFRAME_AGE
/**
* @deprecated unused
*/
attribute_deprecated int age;
#endif
/** /**
* is this picture used as reference * is this picture used as reference
* The values for this are the same as the MpegEncContext.picture_structure * The values for this are the same as the MpegEncContext.picture_structure
......
...@@ -44,9 +44,6 @@ ...@@ -44,9 +44,6 @@
#ifndef FF_API_OLD_DECODE_AUDIO #ifndef FF_API_OLD_DECODE_AUDIO
#define FF_API_OLD_DECODE_AUDIO (LIBAVCODEC_VERSION_MAJOR < 55) #define FF_API_OLD_DECODE_AUDIO (LIBAVCODEC_VERSION_MAJOR < 55)
#endif #endif
#ifndef FF_API_AVFRAME_AGE
#define FF_API_AVFRAME_AGE (LIBAVCODEC_VERSION_MAJOR < 54)
#endif
#ifndef FF_API_OLD_ENCODE_AUDIO #ifndef FF_API_OLD_ENCODE_AUDIO
#define FF_API_OLD_ENCODE_AUDIO (LIBAVCODEC_VERSION_MAJOR < 55) #define FF_API_OLD_ENCODE_AUDIO (LIBAVCODEC_VERSION_MAJOR < 55)
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment