diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-01-22 10:56:42 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-01-27 10:38:33 +0100 |
commit | 7831a7e4ec2c4e247095ec4167b90411bc5166e1 (patch) | |
tree | 09ff20db382aadb632a530da230deb69235a5dc7 /libavcodec/version.h | |
parent | 62dfea653564a09be78d0a8361ee968e525b33bf (diff) | |
download | ffmpeg-7831a7e4ec2c4e247095ec4167b90411bc5166e1.tar.gz |
lavc: remove disabled FF_API_ANTIALIAS_ALGO 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 1ca303b406..77c512ce17 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -38,9 +38,6 @@ * Those FF_API_* defines are not part of public API. * They may change, break or disappear at any time. */ -#ifndef FF_API_ANTIALIAS_ALGO -#define FF_API_ANTIALIAS_ALGO (LIBAVCODEC_VERSION_MAJOR < 54) -#endif #ifndef FF_API_REQUEST_CHANNELS #define FF_API_REQUEST_CHANNELS (LIBAVCODEC_VERSION_MAJOR < 55) #endif |