diff mpegvideo.h @ 598:0c950f816d61 libavcodec

4mv + bframe decoding bugfix
author michaelni
date Mon, 05 Aug 2002 21:36:14 +0000
parents d3f374218030
children b1a191202f96
line wrap: on
line diff
--- a/mpegvideo.h	Mon Aug 05 19:05:02 2002 +0000
+++ b/mpegvideo.h	Mon Aug 05 21:36:14 2002 +0000
@@ -362,6 +362,7 @@
     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;