Commit 4c02321e authored by michaelni's avatar michaelni

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1371 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 5fd710de
......@@ -465,6 +465,9 @@ retry:
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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment