changeset 3214:91f89a395b28 libavcodec

10l
author lorenm
date Wed, 22 Mar 2006 22:08:28 +0000
parents 57d31bdbebe8
children 06f98047ff26
files i386/dsputil_h264_template_mmx.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/i386/dsputil_h264_template_mmx.c	Wed Mar 22 22:05:00 2006 +0000
+++ b/i386/dsputil_h264_template_mmx.c	Wed Mar 22 22:08:28 2006 +0000
@@ -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;
     }
 }