projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd46208
)
fix for x86-64
author
Måns Rullgård
<mans@mansr.com>
Sun, 18 Feb 2007 20:00:05 +0000
(20:00 +0000)
committer
Måns Rullgård
<mans@mansr.com>
Sun, 18 Feb 2007 20:00:05 +0000
(20:00 +0000)
Originally committed as revision 8022 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/i386/dsputil_h264_template_mmx.c
patch
|
blob
|
history
diff --git
a/libavcodec/i386/dsputil_h264_template_mmx.c
b/libavcodec/i386/dsputil_h264_template_mmx.c
index cfa012c487ff57353c4bfbe3fad6fac940fab512..daaa8d9477da7b8dbb5b2bb07467bcf945e8a88d 100644
(file)
--- a/
libavcodec/i386/dsputil_h264_template_mmx.c
+++ b/
libavcodec/i386/dsputil_h264_template_mmx.c
@@
-246,7
+246,7
@@
static void H264_CHROMA_MC4_TMPL(uint8_t *dst/*align 4*/, uint8_t *src/*align 1*
"sub $2, %2 \n\t"
"jnz 1b \n\t"
: "+r"(dst), "+r"(src), "+r"(h)
- : "r"(stride), "m"(ff_pw_32), "m"(x), "m"(y), "m"(ff_pw_8)
+ : "r"(
(long)
stride), "m"(ff_pw_32), "m"(x), "m"(y), "m"(ff_pw_8)
);
}