diff mpegvideo.h @ 761:7f4cc2f6d642 libavcodec

xvid qpel bug autodetect
author michaelni
date Tue, 22 Oct 2002 19:48:52 +0000
parents 8e1f0939d15d
children d4726182dfd2
line wrap: on
line diff
--- a/mpegvideo.h	Tue Oct 22 18:55:20 2002 +0000
+++ b/mpegvideo.h	Tue Oct 22 19:48:52 2002 +0000
@@ -413,6 +413,8 @@
     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;