summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2007-08-26 08:03:23 +0000
committerMichael Niedermayer <michaelni@gmx.at>2007-08-26 08:03:23 +0000
commit1104bf2b2068893cbfc5877e0d576b37f6cd3cfe (patch)
tree6a5a2112682e5cd74240be9ff2ea9840c1f85ca0 /libavcodec
parent8b5029295d54518e3be475abff5e87cf5a6b983e (diff)
typo
Originally committed as revision 10230 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 253350d1e9..e23d264c7a 100644
--- a/libavcodec/i386/snowdsp_mmx.c
+++ b/libavcodec/i386/snowdsp_mmx.c
@@ -295,7 +295,7 @@ void ff_snow_horizontal_compose97i_mmx(IDWTELEM *b, int width){
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"