diff i386/snowdsp_mmx.c @ 5610:a9eb858ecee4 libavcodec

typo
author michael
date Mon, 27 Aug 2007 10:39:31 +0000
parents 3b21f3268707
children 544bcf5891ad
line wrap: on
line diff
--- a/i386/snowdsp_mmx.c	Mon Aug 27 09:21:33 2007 +0000
+++ b/i386/snowdsp_mmx.c	Mon Aug 27 10:39:31 2007 +0000
@@ -45,7 +45,7 @@
             "pcmpeqd   %%xmm3, %%xmm3         \n\t"
             "psllw         $1, %%xmm3         \n\t"
             "paddw     %%xmm7, %%xmm3         \n\t"
-            "psrlw        $13, %%xmm3         \n\t"
+            "psllw        $13, %%xmm3         \n\t"
         ::);
         for(; i<w_l-15; i+=16){
             asm volatile(