summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2002-08-02 20:27:46 +0000
committerMichael Niedermayer <michaelni@gmx.at>2002-08-02 20:27:46 +0000
commitd930ef19ea14c7fd43c7ad0a4184a9b55c8fdd76 (patch)
tree9800f022cdf5a8b97c6a8b1686a620e450480b29 /libavcodec/mpegvideo.h
parentfc2bb4f44dac9c4fa4b8d9dc3509818c9dcfd8ac (diff)
fixing mpeg4 mpeg quantizers
Originally committed as revision 836 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 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;