summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2007-08-27 10:39:31 +0000
committerMichael Niedermayer <michaelni@gmx.at>2007-08-27 10:39:31 +0000
commit267b9479ac06b00991fd991ad333a5b6930a6a26 (patch)
tree2d982777810f2b313f463d7c8de7a852d41a1499 /libavcodec
parent06b00c5f6594bce7d30ed527faf405260c797cf2 (diff)
typo
Originally committed as revision 10250 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/i386/snowdsp_mmx.c2
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(