Commit 61b3b639 authored by Michael Niedermayer's avatar Michael Niedermayer

dc_precission=11 fix

Originally committed as revision 3291 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent baf25c9d
......@@ -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])
);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment