[FFmpeg-cvslog] r15330 - trunk/libavcodec/imgresample.c

diego subversion
Mon Sep 15 00:20:15 CEST 2008


Author: diego
Date: Mon Sep 15 00:20:14 2008
New Revision: 15330

Log:
cosmetics: Fix indentation.


Modified:
   trunk/libavcodec/imgresample.c

Modified: trunk/libavcodec/imgresample.c
==============================================================================
--- trunk/libavcodec/imgresample.c	(original)
+++ trunk/libavcodec/imgresample.c	Mon Sep 15 00:20:14 2008
@@ -408,10 +408,10 @@ static void component_resample(ImgReSamp
         else
 #endif
 #ifdef HAVE_ALTIVEC
-            if ((mm_flags & MM_ALTIVEC) && NB_TAPS == 4 && FILTER_BITS <= 6)
-                v_resample16_altivec(output, owidth,
-                                s->line_buf + (ring_y - NB_TAPS + 1) * owidth, owidth,
-                                &s->v_filters[phase_y][0]);
+        if ((mm_flags & MM_ALTIVEC) && NB_TAPS == 4 && FILTER_BITS <= 6)
+            v_resample16_altivec(output, owidth,
+                                 s->line_buf + (ring_y - NB_TAPS + 1) * owidth,
+                                 owidth, &s->v_filters[phase_y][0]);
         else
 #endif
             v_resample(output, owidth,




More information about the ffmpeg-cvslog mailing list