Commit 8f489858 authored by iive's avatar iive

Mark all 12 block unused when there are no coded blocks

Fixes 422/444 artifacts


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4708 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 62f67c66
......@@ -1436,7 +1436,7 @@ static int mpeg_decode_mb(MpegEncContext *s,
}
}
}else{
for(i=0;i<6;i++)
for(i=0;i<12;i++)
s->block_last_index[i] = -1;
}
}
......
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