Commit ac3b362f authored by kabi's avatar kabi

* cosmetic minor change


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@622 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f6bb7126
......@@ -290,7 +290,7 @@ static void DEF(avg_pixels_xy2)(UINT8 *block, const UINT8 *pixels, int line_size
"addl %%eax, %2 \n\t"
"subl $4, %0 \n\t"
"jnz 1b \n\t"
:"+g"(h), "+D"(pixels), "+S"(block)
:"+g"(h), "+S"(pixels), "+D"(block)
:"r" (line_size)
:"%eax", "memory");
}
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