Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/g729dec.c')
-rw-r--r--libavcodec/g729dec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/g729dec.c b/libavcodec/g729dec.c
index 20276f2a7e..f68cafac99 100644
--- a/libavcodec/g729dec.c
+++ b/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;