mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 11:49:48 +00:00
workaround old xvid bug
Originally committed as revision 1306 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
c8c437bc23
commit
b92be2af42
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user