diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-12-17 19:53:05 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-12-17 19:53:05 +0000 |
commit | d60a8f85d7016af8a412acfc8e220445a3c3436d (patch) | |
tree | 2cb76e762ac95f7655916125cd73a0b8564c3d20 /libavcodec/mpegvideo.h | |
parent | 044007c220ddda46e33432fc0501c1c244caa6fb (diff) | |
download | ffmpeg-d60a8f85d7016af8a412acfc8e220445a3c3436d.tar.gz |
vbv_delay
Originally committed as revision 2623 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r-- | libavcodec/mpegvideo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h index c3e39f58c7..4fe388ec40 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -605,6 +605,7 @@ typedef struct MpegEncContext { int gop_picture_number; ///< index of the first picture of a GOP based on fake_pic_num & mpeg1 specific int last_mv_dir; ///< last mv_dir, used for b frame encoding int broken_link; ///< no_output_of_prior_pics_flag + uint8_t *vbv_delay_ptr; ///< pointer to vbv_delay in the bitstream /* MPEG2 specific - I wish I had not to support this mess. */ int progressive_sequence; |