[SCM] libav/experimental: typo

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:06:07 UTC 2013


The following commit has been merged in the experimental branch:
commit 267b9479ac06b00991fd991ad333a5b6930a6a26
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Mon Aug 27 10:39:31 2007 +0000

    typo
    
    Originally committed as revision 10250 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/i386/snowdsp_mmx.c b/libavcodec/i386/snowdsp_mmx.c
index b37186e..561b43b 100644
--- a/libavcodec/i386/snowdsp_mmx.c
+++ b/libavcodec/i386/snowdsp_mmx.c
@@ -45,7 +45,7 @@ void ff_snow_horizontal_compose97i_sse2(IDWTELEM *b, int width){
             "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(

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list