From 1dd509b1576e9fcac45ea63a664abf29ee419ded Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 7 May 2006 11:48:07 +0000 Subject: make zero motion vector threshold user setable Originally committed as revision 5348 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/avcodec.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'libavcodec/avcodec.h') diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 0ba573e5ba..a5eb93b008 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -1967,6 +1967,14 @@ typedef struct AVCodecContext { * - decoding: unused */ int scenechange_factor; + + /** + * + * note: value depends upon the compare functin used for fullpel ME + * - encoding: set by user. + * - decoding: unused + */ + int mv0_threshold; } AVCodecContext; /** -- cgit v1.2.3