arg 10000l. Fix wrong fix committed in r12141

Originally committed as revision 12143 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Guillaume Poirier 17 years ago
parent d6267d027b
commit c367d0c653
  1. 2
      libavcodec/ppc/mpegvideo_altivec.c

@ -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)
{

Loading…
Cancel
Save