comparison mpegvideo.h @ 953:9eb066d6e0db libavcodec

mpeg4 header encoding bugfix
author michaelni
date Fri, 03 Jan 2003 23:21:52 +0000
parents f348d302a51e
children 13aec7e50c52
comparison
equal deleted inserted replaced
952:f348d302a51e 953:9eb066d6e0db
441 INT8 *co_located_type_table; /* 4mv & field_mv info for next b frame */ 441 INT8 *co_located_type_table; /* 4mv & field_mv info for next b frame */
442 INT16 (*field_mv_table)[2][2]; /* used for interlaced b frame decoding */ 442 INT16 (*field_mv_table)[2][2]; /* used for interlaced b frame decoding */
443 INT8 (*field_select_table)[2]; /* wtf, no really another table for interlaced b frames */ 443 INT8 (*field_select_table)[2]; /* wtf, no really another table for interlaced b frames */
444 int t_frame; /* time distance of first I -> B, used for interlaced b frames */ 444 int t_frame; /* time distance of first I -> B, used for interlaced b frames */
445 int padding_bug_score; /* used to detect the VERY common padding bug in MPEG4 */ 445 int padding_bug_score; /* used to detect the VERY common padding bug in MPEG4 */
446 int last_vo_picture_number; /* last picture number for which we added a VOS/VO/VOL header */
447 446
448 /* divx specific, used to workaround (many) bugs in divx5 */ 447 /* divx specific, used to workaround (many) bugs in divx5 */
449 int divx_version; 448 int divx_version;
450 int divx_build; 449 int divx_build;
451 #define BITSTREAM_BUFFER_SIZE 1024*256 450 #define BITSTREAM_BUFFER_SIZE 1024*256