diff mpegvideo.h @ 1697:f3287b5d8d9f libavcodec

vbv_delay
author michael
date Wed, 17 Dec 2003 19:53:05 +0000
parents 1a2db2073848
children 954593137d37
line wrap: on
line diff
--- a/mpegvideo.h	Tue Dec 16 11:17:06 2003 +0000
+++ b/mpegvideo.h	Wed Dec 17 19:53:05 2003 +0000
@@ -605,6 +605,7 @@
     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;