comparison mpegvideo.h @ 1697:f3287b5d8d9f libavcodec

vbv_delay
author michael
date Wed, 17 Dec 2003 19:53:05 +0000
parents 1a2db2073848
children 954593137d37
comparison
equal deleted inserted replaced
1696:f5af91b8be17 1697:f3287b5d8d9f
603 /* Mpeg1 specific */ 603 /* Mpeg1 specific */
604 int fake_picture_number; ///< picture number at the bitstream frame rate 604 int fake_picture_number; ///< picture number at the bitstream frame rate
605 int gop_picture_number; ///< index of the first picture of a GOP based on fake_pic_num & mpeg1 specific 605 int gop_picture_number; ///< index of the first picture of a GOP based on fake_pic_num & mpeg1 specific
606 int last_mv_dir; ///< last mv_dir, used for b frame encoding 606 int last_mv_dir; ///< last mv_dir, used for b frame encoding
607 int broken_link; ///< no_output_of_prior_pics_flag 607 int broken_link; ///< no_output_of_prior_pics_flag
608 uint8_t *vbv_delay_ptr; ///< pointer to vbv_delay in the bitstream
608 609
609 /* MPEG2 specific - I wish I had not to support this mess. */ 610 /* MPEG2 specific - I wish I had not to support this mess. */
610 int progressive_sequence; 611 int progressive_sequence;
611 int mpeg_f_code[2][2]; 612 int mpeg_f_code[2][2];
612 int picture_structure; 613 int picture_structure;