summaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-01-22 10:56:42 +0100
committerAnton Khirnov <anton@khirnov.net>2012-01-27 10:38:33 +0100
commit7831a7e4ec2c4e247095ec4167b90411bc5166e1 (patch)
tree09ff20db382aadb632a530da230deb69235a5dc7 /libavcodec/avcodec.h
parent62dfea653564a09be78d0a8361ee968e525b33bf (diff)
downloadffmpeg-streaming-7831a7e4ec2c4e247095ec4167b90411bc5166e1.zip
ffmpeg-streaming-7831a7e4ec2c4e247095ec4167b90411bc5166e1.tar.gz
lavc: remove disabled FF_API_ANTIALIAS_ALGO cruft.
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 73262e7..38df95f 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.
OpenPOWER on IntegriCloud