diff mpegvideo.h @ 750:4adadf210b3b libavcodec

better padding bug detection
author michaelni
date Mon, 14 Oct 2002 19:53:04 +0000
parents 3d4377531f6c
children 8e1f0939d15d
line wrap: on
line diff
--- a/mpegvideo.h	Mon Oct 14 18:25:58 2002 +0000
+++ b/mpegvideo.h	Mon Oct 14 19:53:04 2002 +0000
@@ -404,6 +404,7 @@
     INT16 (*field_mv_table)[2][2];   /* used for interlaced b frame decoding */
     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 */
 
     /* divx specific, used to workaround (many) bugs in divx5 */
     int divx_version;