diff mpegvideo.h @ 953:9eb066d6e0db libavcodec

mpeg4 header encoding bugfix
author michaelni
date Fri, 03 Jan 2003 23:21:52 +0000
parents f348d302a51e
children 13aec7e50c52
line wrap: on
line diff
--- a/mpegvideo.h	Thu Jan 02 12:48:09 2003 +0000
+++ b/mpegvideo.h	Fri Jan 03 23:21:52 2003 +0000
@@ -443,7 +443,6 @@
     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;