[FFmpeg-cvslog] r11890 - trunk/libavcodec/i386/h264dsp_mmx.c

lorenm subversion
Sun Feb 10 02:45:43 CET 2008


Author: lorenm
Date: Sun Feb 10 02:45:42 2008
New Revision: 11890

Log:
asm argument that might be in memory needs a size


Modified:
   trunk/libavcodec/i386/h264dsp_mmx.c

Modified: trunk/libavcodec/i386/h264dsp_mmx.c
==============================================================================
--- trunk/libavcodec/i386/h264dsp_mmx.c	(original)
+++ trunk/libavcodec/i386/h264dsp_mmx.c	Sun Feb 10 02:45:42 2008
@@ -1369,7 +1369,7 @@ static av_noinline void OPNAME ## h264_q
         "add %5, %0                 \n\t"\
         "add %5, %1                 \n\t"\
         "add %4, %2                 \n\t"\
-        "dec %3                     \n\t"\
+        "decl %3                    \n\t"\
         "jg 1b                      \n\t"\
         : "+a"(src), "+c"(dst), "+d"(src2), "+g"(h)\
         : "D"((long)src2Stride), "S"((long)dstStride),\




More information about the ffmpeg-cvslog mailing list