mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-12-24 11:52:06 +08:00
lavc: deprecate AVCodecContext.antialias_algo
It's been unused since mp3float decoder was added.
This commit is contained in:
@@ -2153,16 +2153,19 @@ typedef struct AVCodecContext {
|
||||
*/
|
||||
int error_rate;
|
||||
|
||||
#if FF_API_ANTIALIAS_ALGO
|
||||
/**
|
||||
* MP3 antialias algorithm, see FF_AA_* below.
|
||||
* - encoding: unused
|
||||
* - decoding: Set by user.
|
||||
*/
|
||||
int antialias_algo;
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user