[FFmpeg-cvslog] r10250 - trunk/libavcodec/i386/snowdsp_mmx.c
michael
subversion
Mon Aug 27 12:39:31 CEST 2007
Author: michael
Date: Mon Aug 27 12:39:31 2007
New Revision: 10250
Log:
typo
Modified:
trunk/libavcodec/i386/snowdsp_mmx.c
Modified: trunk/libavcodec/i386/snowdsp_mmx.c
==============================================================================
--- trunk/libavcodec/i386/snowdsp_mmx.c (original)
+++ trunk/libavcodec/i386/snowdsp_mmx.c Mon Aug 27 12:39:31 2007
@@ -45,7 +45,7 @@ void ff_snow_horizontal_compose97i_sse2(
"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(
More information about the ffmpeg-cvslog
mailing list