mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 11:19:55 +00:00
typo
Originally committed as revision 5553 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
7d77d5f639
commit
c436ff41d2
@ -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))))
|
||||
|
Loading…
Reference in New Issue
Block a user