Browse Source

fix PIC

Originally committed as revision 4204 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 20 years ago
parent
commit
c998bdd9a0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/i386/dsputil_mmx.c

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

@@ -862,7 +862,7 @@ static inline void h264_loop_filter_chroma_mmx2(uint8_t *pix, int stride, int al
"movd %%mm2, (%1) \n\t"
:: "r"(pix-2*stride), "r"(pix), "r"((long)stride),
"r"(tc0[1]<<16 | tc0[0]),
"r"(alpha), "r"(beta), "m"(ff_pw_4)
"r"(alpha), "g"(beta), "m"(ff_pw_4)
);
}



Loading…
Cancel
Save