changeset 27247:66de7e5084dc

Cosmetics: reindent.
author astrange
date Sun, 13 Jul 2008 22:27:50 +0000
parents 0ade28bdc565
children f45c38163037
files libswscale/yuv2rgb_altivec.c
diffstat 1 files changed, 13 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/libswscale/yuv2rgb_altivec.c	Sun Jul 13 22:27:19 2008 +0000
+++ b/libswscale/yuv2rgb_altivec.c	Sun Jul 13 22:27:50 2008 +0000
@@ -144,13 +144,13 @@
 static
 const vector unsigned char
   perm_rgb_0 = AVV(0x00,0x01,0x10,0x02,0x03,0x11,0x04,0x05,
-                                               0x12,0x06,0x07,0x13,0x08,0x09,0x14,0x0a),
+                   0x12,0x06,0x07,0x13,0x08,0x09,0x14,0x0a),
   perm_rgb_1 = AVV(0x0b,0x15,0x0c,0x0d,0x16,0x0e,0x0f,0x17,
-                                               0x18,0x19,0x1a,0x1b,0x1c,0x1d,0x1e,0x1f),
+                   0x18,0x19,0x1a,0x1b,0x1c,0x1d,0x1e,0x1f),
   perm_rgb_2 = AVV(0x10,0x11,0x12,0x13,0x14,0x15,0x16,0x17,
-                                               0x00,0x01,0x18,0x02,0x03,0x19,0x04,0x05),
+                   0x00,0x01,0x18,0x02,0x03,0x19,0x04,0x05),
   perm_rgb_3 = AVV(0x1a,0x06,0x07,0x1b,0x08,0x09,0x1c,0x0a,
-                                               0x0b,0x1d,0x0c,0x0d,0x1e,0x0e,0x0f,0x1f);
+                   0x0b,0x1d,0x0c,0x0d,0x1e,0x0e,0x0f,0x1f);
 
 #define vec_merge3(x2,x1,x0,y0,y1,y2)       \
 do {                                        \
@@ -613,17 +613,17 @@
 static
 const vector unsigned char
     demux_u = AVV(0x10,0x00,0x10,0x00,
-                                              0x10,0x04,0x10,0x04,
-                                              0x10,0x08,0x10,0x08,
-                                              0x10,0x0c,0x10,0x0c),
+                  0x10,0x04,0x10,0x04,
+                  0x10,0x08,0x10,0x08,
+                  0x10,0x0c,0x10,0x0c),
     demux_v = AVV(0x10,0x02,0x10,0x02,
-                                              0x10,0x06,0x10,0x06,
-                                              0x10,0x0A,0x10,0x0A,
-                                              0x10,0x0E,0x10,0x0E),
+                  0x10,0x06,0x10,0x06,
+                  0x10,0x0A,0x10,0x0A,
+                  0x10,0x0E,0x10,0x0E),
     demux_y = AVV(0x10,0x01,0x10,0x03,
-                                              0x10,0x05,0x10,0x07,
-                                              0x10,0x09,0x10,0x0B,
-                                              0x10,0x0D,0x10,0x0F);
+                  0x10,0x05,0x10,0x07,
+                  0x10,0x09,0x10,0x0B,
+                  0x10,0x0D,0x10,0x0F);
 
 /*
   this is so I can play live CCIR raw video