Browse Source

* cosmetic minor change

Originally committed as revision 622 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Zdenek Kabelac 24 years ago
parent
commit
541027e26a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/i386/dsputil_mmx_avg.h

+ 1
- 1
libavcodec/i386/dsputil_mmx_avg.h View File

@@ -290,7 +290,7 @@ static void DEF(avg_pixels_xy2)(UINT8 *block, const UINT8 *pixels, int line_size
"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");
}

Loading…
Cancel
Save