Commit 3d8d1fb6 authored by kostya's avatar kostya

100l trocadero: call emms_c() after doing decoding with SIMD in APE decoder

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20727 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b38676a1
......@@ -865,6 +865,7 @@ static int ape_decode_frame(AVCodecContext * avctx,
ape_unpack_mono(s, blockstodecode);
else
ape_unpack_stereo(s, blockstodecode);
emms_c();
if(s->error || s->ptr > s->data_end){
s->samples=0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment