[FFmpeg-cvslog] libavcodec/wmalosslessdec: add missing emms

Michael Niedermayer git at videolan.org
Mon Jun 23 23:51:13 CEST 2014


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Mon Jun 23 23:45:20 2014 +0200| [49bf712a892901bd6a2e8815d085487180894d8c] | committer: Michael Niedermayer

libavcodec/wmalosslessdec: add missing emms

prevent failure with mmx2
should fix fate failure on freebsd mmx2 client

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=49bf712a892901bd6a2e8815d085487180894d8c
---

 libavcodec/wmalosslessdec.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/wmalosslessdec.c b/libavcodec/wmalosslessdec.c
index ca62dc1..8e2ac5f 100644
--- a/libavcodec/wmalosslessdec.c
+++ b/libavcodec/wmalosslessdec.c
@@ -798,6 +798,7 @@ static void revert_cdlms(WmallDecodeCtx *s, int ch,
             s->channel_residues[ch][icoef] = input;
         }
     }
+    emms_c();
 }
 
 static void revert_inter_ch_decorr(WmallDecodeCtx *s, int tile_size)



More information about the ffmpeg-cvslog mailing list