Browse Source

dc_precission=11 fix

Originally committed as revision 3291 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 21 years ago
parent
commit
61b3b639e7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/i386/mpegvideo_mmx_template.c

+ 1
- 1
libavcodec/i386/mpegvideo_mmx_template.c 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])
);


Loading…
Cancel
Save