diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2007-08-27 10:39:31 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2007-08-27 10:39:31 +0000 |
commit | 267b9479ac06b00991fd991ad333a5b6930a6a26 (patch) | |
tree | 2d982777810f2b313f463d7c8de7a852d41a1499 /libavcodec/i386 | |
parent | 06b00c5f6594bce7d30ed527faf405260c797cf2 (diff) | |
download | ffmpeg-267b9479ac06b00991fd991ad333a5b6930a6a26.tar.gz |
typo
Originally committed as revision 10250 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/i386')
-rw-r--r-- | libavcodec/i386/snowdsp_mmx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/i386/snowdsp_mmx.c b/libavcodec/i386/snowdsp_mmx.c index b37186ec6d..561b43bf09 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( |