Commit 8f29ff1c authored by michaelni's avatar michaelni

workaround old xvid bug


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1306 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a3ed5875
......@@ -461,6 +461,9 @@ retry:
if(s->avctx->fourcc == ff_get_fourcc("XVID") && s->xvid_build==0)
s->workaround_bugs|= FF_BUG_QPEL_CHROMA;
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<=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