changeset 5598:f207ea5008d8 libavcodec

typo
author michael
date Sun, 26 Aug 2007 08:03:23 +0000
parents d350b388a6ae
children f81e45d5ebb1
files i386/snowdsp_mmx.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/i386/snowdsp_mmx.c	Sun Aug 26 06:51:51 2007 +0000
+++ b/i386/snowdsp_mmx.c	Sun Aug 26 08:03:23 2007 +0000
@@ -295,7 +295,7 @@
         i = 1;
         b[0] = b[0] + (((2 * ref[1] + W_BO) + 4 * b[0]) >> W_BS);
         asm volatile(
-            "psllw         $13, %%mm7        \n\t"
+            "psllw         $14, %%mm7        \n\t"
             "pcmpeqw     %%mm6, %%mm6        \n\t"
             "psrlw         $13, %%mm6        \n\t"
             "paddw       %%mm7, %%mm6        \n\t"