summaryrefslogtreecommitdiff
path: root/libavcodec/i386/mpegvideo_mmx_template.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2004-07-06 12:27:36 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-07-06 12:27:36 +0000
commit61b3b639e7f2b482719d543a20efde1e6035c6d7 (patch)
treebf61f20ffe1c65c39705fd7439178870c53fbc66 /libavcodec/i386/mpegvideo_mmx_template.c
parentbaf25c9dd993e016bc1d05b445025a95941f6371 (diff)
dc_precission=11 fix
Originally committed as revision 3291 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/i386/mpegvideo_mmx_template.c')
-rw-r--r--libavcodec/i386/mpegvideo_mmx_template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/i386/mpegvideo_mmx_template.c b/libavcodec/i386/mpegvideo_mmx_template.c
index d4ed61ecbc..0ceddd7106 100644
--- a/libavcodec/i386/mpegvideo_mmx_template.c
+++ b/libavcodec/i386/mpegvideo_mmx_template.c
@@ -58,7 +58,7 @@ static int RENAME(dct_quantize)(MpegEncContext *s,
if (!s->h263_aic) {
#if 1
asm volatile (
- "imul %%ecx \n\t"
+ "mul %%ecx \n\t"
: "=d" (level), "=a"(dummy)
: "a" ((block[0]>>2) + q), "c" (inverse[q<<1])
);