You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	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:
		| @@ -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"); | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user