aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2002-10-14 19:53:04 +0000
committerMichael Niedermayer <michaelni@gmx.at>2002-10-14 19:53:04 +0000
commita61f82653e0fd3362ea4f3cfa6a3a8b71aa125f5 (patch)
treee30ec91ba58e9f9e546262123f1ea4dbe7f50e2d /libavcodec/mpegvideo.h
parentec6a3752483a20ede57afb2f59eea97a3a4c09c2 (diff)
downloadffmpeg-a61f82653e0fd3362ea4f3cfa6a3a8b71aa125f5.tar.gz
better padding bug detection
Originally committed as revision 1039 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r--libavcodec/mpegvideo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h
index ff03f2bdfe..ceab7ab2ea 100644
--- a/libavcodec/mpegvideo.h
+++ b/libavcodec/mpegvideo.h
@@ -404,6 +404,7 @@ typedef struct MpegEncContext {
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;