dc_precission=11 fix

Originally committed as revision 3291 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2004-07-06 12:27:36 +00:00
parent baf25c9dd9
commit 61b3b639e7
1 changed files with 1 additions and 1 deletions

View File

@ -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])
);