Mercurial > libavcodec.hg
changeset 443:63467327c06c libavcodec
* cosmetic minor change
author | kabi |
---|---|
date | Wed, 29 May 2002 14:20:48 +0000 |
parents | 006965950f49 |
children | a5edef76dac6 |
files | i386/dsputil_mmx_avg.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/i386/dsputil_mmx_avg.h Wed May 29 08:31:22 2002 +0000 +++ b/i386/dsputil_mmx_avg.h Wed May 29 14:20:48 2002 +0000 @@ -290,7 +290,7 @@ "addl %%eax, %2 \n\t" "subl $4, %0 \n\t" "jnz 1b \n\t" - :"+g"(h), "+D"(pixels), "+S"(block) + :"+g"(h), "+S"(pixels), "+D"(block) :"r" (line_size) :"%eax", "memory"); }