[FFmpeg-cvslog] x86/v210: fix xmm clobbers

Michael Niedermayer git at videolan.org
Sat Sep 15 16:26:32 CEST 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sat Sep 15 16:22:59 2012 +0200| [47277c41531aa5e6dfcee946882bc35b8e846c6d] | committer: Michael Niedermayer

x86/v210: fix xmm clobbers

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=47277c41531aa5e6dfcee946882bc35b8e846c6d
---

 libavcodec/x86/v210.asm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/x86/v210.asm b/libavcodec/x86/v210.asm
index b7b2b64..90305df 100644
--- a/libavcodec/x86/v210.asm
+++ b/libavcodec/x86/v210.asm
@@ -35,7 +35,7 @@ SECTION .text
 %macro v210_planar_unpack 2
 
 ; v210_planar_unpack(const uint32_t *src, uint16_t *y, uint16_t *u, uint16_t *v, int width)
-cglobal v210_planar_unpack_%1_%2, 5, 5
+cglobal v210_planar_unpack_%1_%2, 5, 5, 7
     movsxdifnidn r4, r4d
     lea    r1, [r1+2*r4]
     add    r2, r4



More information about the ffmpeg-cvslog mailing list