lavc: remove disabled FF_API_ANTIALIAS_ALGO cruft.

This commit is contained in:
Anton Khirnov
2012-01-22 10:56:42 +01:00
parent 62dfea6535
commit 7831a7e4ec
3 changed files with 0 additions and 23 deletions

View File

@@ -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.