diff mpegvideo.h @ 942:c237f5db1c22 libavcodec

correcter mpeg4 headers
author michaelni
date Mon, 30 Dec 2002 00:28:42 +0000
parents caa77cd960c0
children 463f7260b155
line wrap: on
line diff
--- a/mpegvideo.h	Sun Dec 29 23:31:52 2002 +0000
+++ b/mpegvideo.h	Mon Dec 30 00:28:42 2002 +0000
@@ -435,6 +435,7 @@
     INT8 (*field_select_table)[2];   /* wtf, no really another table for interlaced b frames */
     int t_frame;                     /* time distance of first I -> B, used for interlaced b frames */
     int padding_bug_score;           /* used to detect the VERY common padding bug in MPEG4 */
+    int last_vo_picture_number;      /* last picture number for which we added a VOS/VO/VOL header */
 
     /* divx specific, used to workaround (many) bugs in divx5 */
     int divx_version;