comparison mpegvideo.h @ 942:c237f5db1c22 libavcodec

correcter mpeg4 headers
author michaelni
date Mon, 30 Dec 2002 00:28:42 +0000
parents caa77cd960c0
children 463f7260b155
comparison
equal deleted inserted replaced
941:1e4ab5fdfca1 942:c237f5db1c22
433 INT8 *co_located_type_table; /* 4mv & field_mv info for next b frame */ 433 INT8 *co_located_type_table; /* 4mv & field_mv info for next b frame */
434 INT16 (*field_mv_table)[2][2]; /* used for interlaced b frame decoding */ 434 INT16 (*field_mv_table)[2][2]; /* used for interlaced b frame decoding */
435 INT8 (*field_select_table)[2]; /* wtf, no really another table for interlaced b frames */ 435 INT8 (*field_select_table)[2]; /* wtf, no really another table for interlaced b frames */
436 int t_frame; /* time distance of first I -> B, used for interlaced b frames */ 436 int t_frame; /* time distance of first I -> B, used for interlaced b frames */
437 int padding_bug_score; /* used to detect the VERY common padding bug in MPEG4 */ 437 int padding_bug_score; /* used to detect the VERY common padding bug in MPEG4 */
438 int last_vo_picture_number; /* last picture number for which we added a VOS/VO/VOL header */
438 439
439 /* divx specific, used to workaround (many) bugs in divx5 */ 440 /* divx specific, used to workaround (many) bugs in divx5 */
440 int divx_version; 441 int divx_version;
441 int divx_build; 442 int divx_build;
442 #define BITSTREAM_BUFFER_SIZE 1024*256 443 #define BITSTREAM_BUFFER_SIZE 1024*256