[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec/i386 dsputil_h264_template_mmx.c, 1.6, 1.7
Loren Merritt CVS
lorenm
Wed Mar 22 23:08:30 CET 2006
Update of /cvsroot/ffmpeg/ffmpeg/libavcodec/i386
In directory mail:/var2/tmp/cvs-serv27527/i386
Modified Files:
dsputil_h264_template_mmx.c
Log Message:
10l
Index: dsputil_h264_template_mmx.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/i386/dsputil_h264_template_mmx.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- dsputil_h264_template_mmx.c 22 Mar 2006 22:05:00 -0000 1.6
+++ dsputil_h264_template_mmx.c 22 Mar 2006 22:08:28 -0000 1.7
@@ -376,7 +376,7 @@
* 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;
}
}
More information about the ffmpeg-cvslog
mailing list