Commit b35bbe44 authored by michael's avatar michael

dc_precission=11 fix


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3291 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 6f64644b
...@@ -58,7 +58,7 @@ static int RENAME(dct_quantize)(MpegEncContext *s, ...@@ -58,7 +58,7 @@ static int RENAME(dct_quantize)(MpegEncContext *s,
if (!s->h263_aic) { if (!s->h263_aic) {
#if 1 #if 1
asm volatile ( asm volatile (
"imul %%ecx \n\t" "mul %%ecx \n\t"
: "=d" (level), "=a"(dummy) : "=d" (level), "=a"(dummy)
: "a" ((block[0]>>2) + q), "c" (inverse[q<<1]) : "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