changeset 6058:93089aed00cb libavcodec

Cosmetics
author lu_zero
date Sat, 22 Dec 2007 02:35:33 +0000
parents 03febc8f506f
children 8c1a381bddb6
files ppc/h264_template_altivec.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ppc/h264_template_altivec.c	Fri Dec 21 23:11:22 2007 +0000
+++ b/ppc/h264_template_altivec.c	Sat Dec 22 02:35:33 2007 +0000
@@ -30,9 +30,9 @@
   POWERPC_PERF_DECLARE(PREFIX_h264_chroma_mc8_num, 1);
     DECLARE_ALIGNED_16(signed int, ABCD[4]) =
                         {((8 - x) * (8 - y)),
-                          ((x) * (8 - y)),
-                          ((8 - x) * (y)),
-                          ((x) * (y))};
+                         ((    x) * (8 - y)),
+                         ((8 - x) * (    y)),
+                         ((    x) * (    y))};
     register int i;
     vec_u8_t fperm;
     const vec_s32_t vABCD = vec_ld(0, ABCD);