diff options
author | Guillaume Poirier <gpoirier@mplayerhq.hu> | 2008-02-19 07:20:03 +0000 |
---|---|---|
committer | Guillaume Poirier <gpoirier@mplayerhq.hu> | 2008-02-19 07:20:03 +0000 |
commit | d6267d027b68f52abf7101c57a9fea12e7199e04 (patch) | |
tree | 56fc415b49516532979b8e567abc97df1ea1d8da /libavcodec/ppc | |
parent | 9d8109ad0fa0e0b85b7c7dfd737285537d6ad218 (diff) | |
download | ffmpeg-d6267d027b68f52abf7101c57a9fea12e7199e04.tar.gz |
fix broken indentation
Originally committed as revision 12142 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ppc')
-rw-r--r-- | libavcodec/ppc/mpegvideo_altivec.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |