diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-02-03 14:48:00 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-04-19 18:37:03 +0200 |
commit | 9b4f1cdb6a7e838c0261109e8a6262e78657ee7b (patch) | |
tree | 04b969fa8f50a153852d82d208301d460fd6477b /libavcodec/version.h | |
parent | 20d33ee8b1d2cf5ba4b4d4a81db0ff7b4a125dd3 (diff) | |
download | ffmpeg-9b4f1cdb6a7e838c0261109e8a6262e78657ee7b.tar.gz |
lavc: remove the FF_API_AUDIO_OLD cruft.
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index 08574f784b..8c891e248e 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -41,9 +41,6 @@ #ifndef FF_API_PALETTE_CONTROL #define FF_API_PALETTE_CONTROL (LIBAVCODEC_VERSION_MAJOR < 54) #endif -#ifndef FF_API_AUDIO_OLD -#define FF_API_AUDIO_OLD (LIBAVCODEC_VERSION_MAJOR < 53) -#endif #ifndef FF_API_VIDEO_OLD #define FF_API_VIDEO_OLD (LIBAVCODEC_VERSION_MAJOR < 53) #endif |