From 508abacadb4249cd0c2c195cff117d8a96b2936f Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 5 Aug 2002 21:36:14 +0000 Subject: 4mv + bframe decoding bugfix Originally committed as revision 843 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 08daa94dd9..b88ffcd594 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -362,6 +362,7 @@ typedef struct MpegEncContext { uint8_t *tex_pb_buffer; uint8_t *pb2_buffer; int mpeg_quant; + INT8 *non_b_mv4_table; /* divx specific, used to workaround (many) bugs in divx5 */ int divx_version; -- cgit v1.2.3