summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2002-08-05 21:36:14 +0000
committerMichael Niedermayer <michaelni@gmx.at>2002-08-05 21:36:14 +0000
commit508abacadb4249cd0c2c195cff117d8a96b2936f (patch)
tree177a7b1fe173a112c3f878f7c1e1505ae1e95de2 /libavcodec/mpegvideo.h
parentf255af5d93490a6041fa8c9be7bb9d18a0096f94 (diff)
4mv + bframe decoding bugfix
Originally committed as revision 843 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r--libavcodec/mpegvideo.h1
1 files changed, 1 insertions, 0 deletions
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;