lavc: deprecate AVCodecContext.inter_threshold.

It's unused.
This commit is contained in:
Anton Khirnov
2012-02-27 19:58:41 +01:00
parent 4f07f8196c
commit 16b7557b79
3 changed files with 9 additions and 4 deletions

View File

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