diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-02-03 14:48:39 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-04-19 18:37:21 +0200 |
commit | e89e5afdd04a0f081ecc38b528c1147f204027d7 (patch) | |
tree | a759547d2234acc7b85c3573f250c24bb4ab848d /libavcodec/version.h | |
parent | 9b4f1cdb6a7e838c0261109e8a6262e78657ee7b (diff) | |
download | ffmpeg-e89e5afdd04a0f081ecc38b528c1147f204027d7.tar.gz |
lavc: remove the FF_API_VIDEO_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 8c891e248e..2d460b9744 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_VIDEO_OLD -#define FF_API_VIDEO_OLD (LIBAVCODEC_VERSION_MAJOR < 53) -#endif #ifndef FF_API_SUBTITLE_OLD #define FF_API_SUBTITLE_OLD (LIBAVCODEC_VERSION_MAJOR < 53) #endif |