changeset 6371:f1d701294a89 libavcodec

arg 10000l. Fix wrong fix committed in r12141
author gpoirier
date Tue, 19 Feb 2008 07:24:00 +0000
parents 41486e3abc1a
children 48a6bbc1c633
files ppc/mpegvideo_altivec.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ppc/mpegvideo_altivec.c	Tue Feb 19 07:20:03 2008 +0000
+++ b/ppc/mpegvideo_altivec.c	Tue Feb 19 07:24:00 2008 +0000
@@ -603,7 +603,7 @@
 
 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)
     {