提交 9d8109ad 编写于 作者: G Guillaume Poirier

10l: fix always false test: Binary & has lower precedence than ==

Originally committed as revision 12141 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 42a362e5
......@@ -603,7 +603,7 @@ extern void idct_add_altivec(uint8_t *dest, int line_size, int16_t *block);
void MPV_common_init_altivec(MpegEncContext *s)
{
if (mm_flags & MM_ALTIVEC == 0) return;
if (mm_flags & (MM_ALTIVEC == 0)) return;
if (s->avctx->lowres==0)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册