Commit 378ed44b authored by michael's avatar michael

xvid fake divx version workaround


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3595 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 28949d7d
......@@ -517,6 +517,11 @@ retry:
s->divx_version= 400; //divx 4
}
if(s->xvid_build && s->divx_version){
s->divx_version=
s->divx_build= 0;
}
if(s->workaround_bugs&FF_BUG_AUTODETECT){
s->workaround_bugs &= ~FF_BUG_NO_PADDING;
......
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