# HG changeset patch # User michaelni # Date 1041125270 0 # Node ID 1e22655551b989c9da43275b3c4e079db02925b5 # Parent 04fd733c5e4ba3c1a3bee1751a70a4c899cb64a0 xvid build 3 still has the padding wrong in 1/8 of the cases :((((( having the padding right in 7/8 of the cases confuses the autodetection code too diff -r 04fd733c5e4b -r 1e22655551b9 h263dec.c --- a/h263dec.c Sun Dec 29 00:57:23 2002 +0000 +++ b/h263dec.c Sun Dec 29 01:27:50 2002 +0000 @@ -465,6 +465,9 @@ if(s->avctx->fourcc == ff_get_fourcc("XVID") && s->xvid_build==0) s->padding_bug_score= 256*256*256*64; + if(s->xvid_build && s->xvid_build<=3) + s->padding_bug_score= 256*256*256*64; + if(s->xvid_build && s->xvid_build<=1) s->workaround_bugs|= FF_BUG_QPEL_CHROMA;