comparison mpegvideo.h @ 1051:e5a9dbf597d4 libavcodec

mpeg1 bframe encoding patch by (Rapha¸«³l LEGRAND) with some modifications by me
author michaelni
date Sat, 08 Feb 2003 12:00:57 +0000
parents d6ba0641cc36
children bb5de8a59da8
comparison
equal deleted inserted replaced
1050:8d686fbb6a8c 1051:e5a9dbf597d4
506 GetBitContext gb; 506 GetBitContext gb;
507 507
508 /* Mpeg1 specific */ 508 /* Mpeg1 specific */
509 int fake_picture_number; /* picture number at the bitstream frame rate */ 509 int fake_picture_number; /* picture number at the bitstream frame rate */
510 int gop_picture_number; /* index of the first picture of a GOP based on fake_pic_num & mpeg1 specific */ 510 int gop_picture_number; /* index of the first picture of a GOP based on fake_pic_num & mpeg1 specific */
511 int last_mv_dir; /* last mv_dir, used for b frame encoding */
511 512
512 /* MPEG2 specific - I wish I had not to support this mess. */ 513 /* MPEG2 specific - I wish I had not to support this mess. */
513 int progressive_sequence; 514 int progressive_sequence;
514 int mpeg_f_code[2][2]; 515 int mpeg_f_code[2][2];
515 int picture_structure; 516 int picture_structure;