提交 c998bdd9 编写于 作者: M Michael Niedermayer

fix PIC

Originally committed as revision 4204 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 eb94aca9
......@@ -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)
);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册