[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec/i386 h264dsp_mmx.c, 1.12, 1.13
Loren Merritt CVS
lorenm
Tue Feb 7 17:10:51 CET 2006
Update of /cvsroot/ffmpeg/ffmpeg/libavcodec/i386
In directory mail:/var2/tmp/cvs-serv15919/i386
Modified Files:
h264dsp_mmx.c
Log Message:
10l (x86_64)
Index: h264dsp_mmx.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/i386/h264dsp_mmx.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- h264dsp_mmx.c 7 Feb 2006 10:52:25 -0000 1.12
+++ h264dsp_mmx.c 7 Feb 2006 16:10:48 -0000 1.13
@@ -809,7 +809,7 @@
OP(%%mm0, (%2), %%mm4, d)\
OP(%%mm1, (%2,%4), %%mm5, d)\
:"+a"(src8), "+c"(src16), "+d"(dst)\
- :"S"(src8Stride), "D"(dstStride), "m"(ff_pw_16)\
+ :"S"((long)src8Stride), "D"((long)dstStride), "m"(ff_pw_16)\
:"memory");\
}\
static void OPNAME ## pixels8_l2_shift5_ ## MMX(uint8_t *dst, int16_t *src16, uint8_t *src8, int dstStride, int src8Stride, int h)\
More information about the ffmpeg-cvslog
mailing list