[FFmpeg-cvslog] r10230 - trunk/libavcodec/i386/snowdsp_mmx.c
michael
subversion
Sun Aug 26 10:03:23 CEST 2007
Author: michael
Date: Sun Aug 26 10:03:23 2007
New Revision: 10230
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 Sun Aug 26 10:03:23 2007
@@ -295,7 +295,7 @@ void ff_snow_horizontal_compose97i_mmx(I
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"
More information about the ffmpeg-cvslog
mailing list