summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2002-10-22 19:48:52 +0000
committerMichael Niedermayer <michaelni@gmx.at>2002-10-22 19:48:52 +0000
commit7da71a5c687a3ceff7826a9e60a59aed3b1feffa (patch)
tree695784576d95b88f13941d7ef0cbc1b5b191821d /libavcodec/mpegvideo.h
parent03e93d35b0167a7f163a0e480567e97260920d08 (diff)
xvid qpel bug autodetect
Originally committed as revision 1064 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r--libavcodec/mpegvideo.h2
1 files changed, 2 insertions, 0 deletions
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;