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/avcodec.h | |
parent | 62dfea653564a09be78d0a8361ee968e525b33bf (diff) | |
download | ffmpeg-7831a7e4ec2c4e247095ec4167b90411bc5166e1.tar.gz |
lavc: remove disabled FF_API_ANTIALIAS_ALGO cruft.
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 73262e76e6..38df95f6b3 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -2271,19 +2271,6 @@ typedef struct AVCodecContext { */ int error_rate; -#if FF_API_ANTIALIAS_ALGO - /** - * MP3 antialias algorithm, see FF_AA_* below. - * - encoding: unused - * - decoding: Set by user. - */ - attribute_deprecated int antialias_algo; -#define FF_AA_AUTO 0 -#define FF_AA_FASTINT 1 //not implemented yet -#define FF_AA_INT 2 -#define FF_AA_FLOAT 3 -#endif - /** * quantizer noise shaping * - encoding: Set by user. |