diff 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
line wrap: on
line diff
--- a/mpegvideo.h	Thu Mar 20 01:00:57 2003 +0000
+++ b/mpegvideo.h	Thu Mar 20 17:52:30 2003 +0000
@@ -499,6 +499,7 @@
     /* divx specific, used to workaround (many) bugs in divx5 */
     int divx_version;
     int divx_build;
+    int divx_packed;
 #define BITSTREAM_BUFFER_SIZE 1024*256
     uint8_t *bitstream_buffer; //Divx 5.01 puts several frames in a single one, this is used to reorder them
     int bitstream_buffer_size;