[SCM] libav/experimental: 100l trocadero: call emms_c() after doing decoding with SIMD in APE decoder

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:55:29 UTC 2013


The following commit has been merged in the experimental branch:
commit 1e68cefe546d8b8eda4248113f2635dbbf1df071
Author: Kostya Shishkov <kostya.shishkov at gmail.com>
Date:   Fri Dec 4 08:18:13 2009 +0000

    100l trocadero: call emms_c() after doing decoding with SIMD in APE decoder
    
    Originally committed as revision 20727 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/apedec.c b/libavcodec/apedec.c
index 3c7b1ea..3a0d172 100644
--- a/libavcodec/apedec.c
+++ b/libavcodec/apedec.c
@@ -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;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list