Commit 640186ae authored by kostya's avatar kostya

typo


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5553 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9fee86f4
......@@ -2111,7 +2111,7 @@ static int vc1_decode_p_block(VC1Context *v, DCTELEM block[64], int n, int mquan
i += skip;
if(i > 31)
break;
idx = vc1_simple_progressive_8x4_zz[i++];
idx = vc1_simple_progressive_4x8_zz[i++];
block[idx + off] = value * scale;
}
if(!(subblkpat & (1 << (1 - j))))
......
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