Skip to content

Commit

Permalink
lavc: remove disabled FF_API_AVFRAME_AGE cruft.
Browse files Browse the repository at this point in the history
  • Loading branch information
elenril committed Jan 27, 2012
1 parent d803775 commit 3b4aaa6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
7 changes: 0 additions & 7 deletions libavcodec/avcodec.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions libavcodec/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b4aaa6

Please sign in to comment.