diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2002-04-22 19:04:28 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2002-04-22 19:04:28 +0000 |
commit | 1ff662cc2c542baf7acc3a78ac21e0f19a129320 (patch) | |
tree | cc356e887830bcf2fbce35501871a45be4c86b5e /libavcodec/mpegvideo.h | |
parent | 8d4c65d136bc76d74883e4913a8e3daf4122b38c (diff) | |
download | ffmpeg-1ff662cc2c542baf7acc3a78ac21e0f19a129320.tar.gz |
export delay info
fixed low_delay & vo_type on mpeg4 header writer & parser
Originally committed as revision 415 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r-- | libavcodec/mpegvideo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h index c5335aba19..6b67823342 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -296,6 +296,8 @@ typedef struct MpegEncContext { int data_partioning; int resync_marker; int resync_x_pos; + int low_delay; /* no reordering needed / has no b-frames */ + int vo_type; /* divx specific, used to workaround (many) bugs in divx5 */ int divx_version; |