Browse Source

Minor AMD64 compilation fix

Originally committed as revision 7907 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Reimar Döffinger 19 years ago
parent
commit
392b76ca93
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/i386/dsputil_h264_template_mmx.c

+ 1
- 1
libavcodec/i386/dsputil_h264_template_mmx.c View File

@@ -285,7 +285,7 @@ static void H264_CHROMA_MC2_TMPL(uint8_t *dst/*align 2*/, uint8_t *src/*align 1*

asm volatile(
"1:\n\t"
"addl %4, %1\n\t"
"add %4, %1\n\t"
/* mm1 = A * src[0,1] + B * src[1,2] */
"movq %%mm0, %%mm1\n\t"
"pmaddwd %%mm5, %%mm1\n\t"


Loading…
Cancel
Save