From d6267d027b68f52abf7101c57a9fea12e7199e04 Mon Sep 17 00:00:00 2001 From: Guillaume Poirier Date: Tue, 19 Feb 2008 07:20:03 +0000 Subject: fix broken indentation Originally committed as revision 12142 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ppc/mpegvideo_altivec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/ppc') diff --git a/libavcodec/ppc/mpegvideo_altivec.c b/libavcodec/ppc/mpegvideo_altivec.c index 94c2a19229..3dc6db273b 100644 --- a/libavcodec/ppc/mpegvideo_altivec.c +++ b/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) { -- cgit v1.2.3