diff options
author | Loren Merritt <lorenm@u.washington.edu> | 2006-02-07 16:10:48 +0000 |
---|---|---|
committer | Loren Merritt <lorenm@u.washington.edu> | 2006-02-07 16:10:48 +0000 |
commit | 6ee669732dfe3c6339a4a5e7204c2bc628c66b29 (patch) | |
tree | a0210adfd9dd3a098770702d21c9b17de79857d1 /libavcodec | |
parent | e545f37527ce7ed14e4158673a8ae73ced80aa9d (diff) | |
download | ffmpeg-6ee669732dfe3c6339a4a5e7204c2bc628c66b29.tar.gz |
10l (x86_64)
Originally committed as revision 4952 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/i386/h264dsp_mmx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/i386/h264dsp_mmx.c b/libavcodec/i386/h264dsp_mmx.c index aa60ca212f..0f9a94154c 100644 --- a/libavcodec/i386/h264dsp_mmx.c +++ b/libavcodec/i386/h264dsp_mmx.c @@ -809,7 +809,7 @@ static void OPNAME ## pixels4_l2_shift5_ ## MMX(uint8_t *dst, int16_t *src16, ui 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)\ |