mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-18 14:54:19 +08:00
clear_block mmx
Originally committed as revision 16045 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -163,7 +163,7 @@ static int vlc_decode_block(MimicContext *ctx, int num_coeffs, int qscale)
|
||||
DCTELEM *block = ctx->dct_block;
|
||||
unsigned int pos;
|
||||
|
||||
memset(block, 0, 64 * sizeof(DCTELEM));
|
||||
ctx->dsp.clear_block(block);
|
||||
|
||||
block[0] = get_bits(&ctx->gb, 8) << 3;
|
||||
|
||||
|
Reference in New Issue
Block a user