From 7da71a5c687a3ceff7826a9e60a59aed3b1feffa Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 22 Oct 2002 19:48:52 +0000 Subject: xvid qpel bug autodetect Originally committed as revision 1064 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/mpegvideo.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/mpegvideo.h') diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h index 35df0915f6..254e85dac7 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -413,6 +413,8 @@ typedef struct MpegEncContext { UINT8 *bitstream_buffer; //Divx 5.01 puts several frames in a single one, this is used to reorder them int bitstream_buffer_size; + int xvid_build; + /* lavc specific stuff, used to workaround bugs in libavcodec */ int ffmpeg_version; int lavc_build; -- cgit v1.2.3