mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-16 03:50:05 +01:00
lavc: deprecate unused me_threshold field
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user