From d930ef19ea14c7fd43c7ad0a4184a9b55c8fdd76 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 2 Aug 2002 20:27:46 +0000 Subject: fixing mpeg4 mpeg quantizers Originally committed as revision 836 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/mpegvideo.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/mpegvideo.h') diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h index 820f1100ec..08daa94dd9 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -361,6 +361,7 @@ typedef struct MpegEncContext { #define PB_BUFFER_SIZE 1024*256 uint8_t *tex_pb_buffer; uint8_t *pb2_buffer; + int mpeg_quant; /* divx specific, used to workaround (many) bugs in divx5 */ int divx_version; -- cgit v1.2.3