Skip to content
Snippets Groups Projects
Commit 503a4725 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files
Originally committed as revision 3806 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 6ec864da
No related branches found
No related tags found
No related merge requests found
......@@ -269,7 +269,7 @@ static int decode_slice(MpegEncContext *s){
}
if(s->workaround_bugs&FF_BUG_AUTODETECT){
if(s->padding_bug_score > -2 && !s->data_partitioning && (s->divx_version || !s->resync_marker))
if(s->padding_bug_score > -2 && !s->data_partitioning /*&& (s->divx_version || !s->resync_marker)*/)
s->workaround_bugs |= FF_BUG_NO_PADDING;
else
s->workaround_bugs &= ~FF_BUG_NO_PADDING;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment