lavc: deprecate unused me_threshold field

This commit is contained in:
Anton Khirnov
2014-10-08 10:39:02 +00:00
parent 66a68ddd1a
commit 59b55c494e
3 changed files with 7 additions and 7 deletions

View File

@@ -1608,14 +1608,13 @@ typedef struct AVCodecContext {
*/
int noise_reduction;
#if FF_API_MPV_OPT
/**
* Motion estimation threshold below which no motion estimation is
* performed, but instead the user specified motion vectors are used.
*
* - encoding: Set by user.
* - decoding: unused
* @deprecated this field is unused
*/
attribute_deprecated
int me_threshold;
#endif
/**
* Macroblock threshold below which the user specified macroblock types will be used.