1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-30 00:30:24 +02:00

Disable MMX

This commit is contained in:
Vladimir Voroshilov 2009-06-18 08:16:03 +07:00 committed by Michael Niedermayer
parent 8db3b85616
commit 5d5b3e527a

View File

@ -370,6 +370,7 @@ static av_cold int decoder_init(AVCodecContext * avctx)
for(i=0; i<4; i++)
ctx->quant_energy[i] = -14336; // -14 in (5.10)
avctx->dsp_mask = FF_MM_MMX | FF_MM_SSE2;
dsputil_init(&ctx->dsp, avctx);
return 0;