summaryrefslogtreecommitdiff
path: root/libavcodec/i386
diff options
context:
space:
mode:
authorLoren Merritt <lorenm@u.washington.edu>2006-03-22 22:08:28 +0000
committerLoren Merritt <lorenm@u.washington.edu>2006-03-22 22:08:28 +0000
commit5e6a5c4dafab7118e7dbf0374da04ad03c4dfa84 (patch)
tree79f767170d655ffa743a43c72a9fa8130e067b34 /libavcodec/i386
parentfdd3057981c4383709e9f94304ae2119288e1764 (diff)
downloadffmpeg-5e6a5c4dafab7118e7dbf0374da04ad03c4dfa84.tar.gz
10l
Originally committed as revision 5201 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/i386')
-rw-r--r--libavcodec/i386/dsputil_h264_template_mmx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/i386/dsputil_h264_template_mmx.c b/libavcodec/i386/dsputil_h264_template_mmx.c
index c159767ab2..d254337abe 100644
--- a/libavcodec/i386/dsputil_h264_template_mmx.c
+++ b/libavcodec/i386/dsputil_h264_template_mmx.c
@@ -376,7 +376,7 @@ static void H264_CHROMA_MC2_TMPL(uint8_t *dst/*align 2*/, uint8_t *src/*align 1*
* ok because partitions are processed from left to right. */
H264_CHROMA_OP4(%0, %%mm1, %%mm3)
"movd %%mm1, %0\n\t"
- : "=m" (dst[0]) : "m" (ff_pw_32) : "eax");
+ : "=m" (dst[0]) : "m" (ff_pw_32));
dst += stride;
}
}