comparison mpegvideo.h @ 1145:79e8ed620b17 libavcodec

better non conformant divx packed bitstream detection, so unpacked (no b frames) divx MPEG4-ES streams can be read
author michaelni
date Thu, 20 Mar 2003 17:52:30 +0000
parents 21c85c4ab2f0
children dde68a430ba9
comparison
equal deleted inserted replaced
1144:21c85c4ab2f0 1145:79e8ed620b17
497 int padding_bug_score; ///< used to detect the VERY common padding bug in MPEG4 497 int padding_bug_score; ///< used to detect the VERY common padding bug in MPEG4
498 498
499 /* divx specific, used to workaround (many) bugs in divx5 */ 499 /* divx specific, used to workaround (many) bugs in divx5 */
500 int divx_version; 500 int divx_version;
501 int divx_build; 501 int divx_build;
502 int divx_packed;
502 #define BITSTREAM_BUFFER_SIZE 1024*256 503 #define BITSTREAM_BUFFER_SIZE 1024*256
503 uint8_t *bitstream_buffer; //Divx 5.01 puts several frames in a single one, this is used to reorder them 504 uint8_t *bitstream_buffer; //Divx 5.01 puts several frames in a single one, this is used to reorder them
504 int bitstream_buffer_size; 505 int bitstream_buffer_size;
505 506
506 int xvid_build; 507 int xvid_build;