summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.h
diff options
context:
space:
mode:
authorJuanjo <pulento@users.sourceforge.net>2002-02-15 20:46:37 +0000
committerJuanjo <pulento@users.sourceforge.net>2002-02-15 20:46:37 +0000
commitb4dbd87c0411ddfafd645d65e1214bcb2c376ddd (patch)
tree744900952cb4eb0fdc54ec5f28e33af1805abae6 /libavcodec/mpegvideo.h
parentd8cf5aea499eebddac8f554430ee8d029430eb0b (diff)
- Minor changes on bitrate control
Originally committed as revision 300 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 626bf8fd7e..b797837acc 100644
--- a/libavcodec/mpegvideo.h
+++ b/libavcodec/mpegvideo.h
@@ -117,6 +117,7 @@ typedef struct MpegEncContext {
int mb_x, mb_y;
int mb_incr;
int mb_intra;
+ INT16 *mb_var; /* Table for MB variances */
char *mb_type; /* Table for MB type */
/* matrix transmitted in the bitstream */