mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-14 10:39:38 +00:00
* cosmetic minor change
Originally committed as revision 622 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
d17b6f0bbb
commit
541027e26a
@ -290,7 +290,7 @@ static void DEF(avg_pixels_xy2)(UINT8 *block, const UINT8 *pixels, int line_size
|
|||||||
"addl %%eax, %2 \n\t"
|
"addl %%eax, %2 \n\t"
|
||||||
"subl $4, %0 \n\t"
|
"subl $4, %0 \n\t"
|
||||||
"jnz 1b \n\t"
|
"jnz 1b \n\t"
|
||||||
:"+g"(h), "+D"(pixels), "+S"(block)
|
:"+g"(h), "+S"(pixels), "+D"(block)
|
||||||
:"r" (line_size)
|
:"r" (line_size)
|
||||||
:"%eax", "memory");
|
:"%eax", "memory");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user