Disable MMX

pull/2/head
Vladimir Voroshilov 16 years ago committed by Michael Niedermayer
parent 8db3b85616
commit 5d5b3e527a
  1. 1
      libavcodec/g729dec.c

@ -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;

Loading…
Cancel
Save