mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-27 19:02:13 +08:00
lavc: deprecate AVCodecContext.inter_threshold.
It's unused.
This commit is contained in:
@@ -1750,12 +1750,12 @@ typedef struct AVCodecContext {
|
||||
*/
|
||||
int noise_reduction;
|
||||
|
||||
#if FF_API_INTER_THRESHOLD
|
||||
/**
|
||||
*
|
||||
* - encoding: Set by user.
|
||||
* - decoding: unused
|
||||
* @deprecated this field is unused
|
||||
*/
|
||||
int inter_threshold;
|
||||
attribute_deprecated int inter_threshold;
|
||||
#endif
|
||||
|
||||
/**
|
||||
* quantizer noise shaping
|
||||
|
||||
Reference in New Issue
Block a user