Mark put_signed_pixels_clamped_mmx output operands as early-clobber because
they are. Hopefully fixes some FATE errors, too. Originally committed as revision 18326 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
531a3d2721
commit
d7460a9cac
1 changed files with 1 additions and 1 deletions
|
|
@ -304,7 +304,7 @@ void put_signed_pixels_clamped_mmx(const DCTELEM *block, uint8_t *pixels, int li
|
|||
put_signed_pixels_clamped_mmx_half(0)
|
||||
"lea (%0, %3, 4), %0 \n\t"
|
||||
put_signed_pixels_clamped_mmx_half(64)
|
||||
:"+r" (pixels), "+r" (line_skip3)
|
||||
:"+&r" (pixels), "+&r" (line_skip3)
|
||||
:"r" (block), "r"(line_skip)
|
||||
:"memory");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue