From 826f429ae9990632a04b06bd375afa54ffe54b76 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 5 Jan 2003 15:57:10 +0000 Subject: qpel in mmx2/3dnow qpel refinement quality parameter Originally committed as revision 1393 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/avcodec.h | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'libavcodec/avcodec.h') diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 08dd8c99f0..ae96558c95 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -5,8 +5,8 @@ #define LIBAVCODEC_VERSION_INT 0x000406 #define LIBAVCODEC_VERSION "0.4.6" -#define LIBAVCODEC_BUILD 4651 -#define LIBAVCODEC_BUILD_STR "4651" +#define LIBAVCODEC_BUILD 4652 +#define LIBAVCODEC_BUILD_STR "4652" enum CodecID { CODEC_ID_NONE, @@ -909,7 +909,7 @@ typedef struct AVCodecContext { * decoding: unused */ int me_pre_cmp; - + /** * ME pre pass diamond size & shape * encoding: set by user. @@ -917,6 +917,13 @@ typedef struct AVCodecContext { */ int pre_dia_size; + /** + * subpel ME quality + * encoding: set by user. + * decoding: unused + */ + int me_subpel_quality; + } AVCodecContext; typedef struct AVCodec { -- cgit v1.2.3