Mercurial > libavcodec.hg
diff mpegvideo.h @ 365:fdeec2834c79 libavcodec
there are divx5? encoded files without a userdata section but with b-frames :(
| author | michaelni |
|---|---|
| date | Mon, 06 May 2002 13:15:05 +0000 |
| parents | 3c5266cda02d |
| children | 0eca28d16cbd |
line wrap: on
line diff
--- a/mpegvideo.h Sun May 05 19:03:24 2002 +0000 +++ b/mpegvideo.h Mon May 06 13:15:05 2002 +0000 @@ -313,6 +313,7 @@ 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;
