summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2002-05-06 13:15:05 +0000
committerMichael Niedermayer <michaelni@gmx.at>2002-05-06 13:15:05 +0000
commit7aaf3b98fcbee72e216435ad29360e58b6a18673 (patch)
tree7136af1ead5d4b9b3944fc41dab22cc71156b799 /libavcodec/mpegvideo.h
parente71a4f7425d61623e8c44dd9bd765246393761e3 (diff)
there are divx5? encoded files without a userdata section but with b-frames :(
Originally committed as revision 446 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 33da18ee07..4ad5009dab 100644
--- a/libavcodec/mpegvideo.h
+++ b/libavcodec/mpegvideo.h
@@ -313,6 +313,7 @@ typedef struct MpegEncContext {
int resync_x_pos;
int low_delay; /* no reordering needed / has no b-frames */
int vo_type;
+ int vol_control_parameters; /* does the stream contain the low_delay flag, used to workaround buggy encoders */
/* divx specific, used to workaround (many) bugs in divx5 */
int divx_version;