summaryrefslogtreecommitdiffstats
path: root/libswscale
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-07-24 16:52:35 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-07-24 16:52:35 +0000
commit75a52556e9d3473fdec3d348ffdc790dedf01239 (patch)
treebdf9c710107f85a7043c49ef29dd18970b70fe9d /libswscale
parent89e44cda3aebbad505a355297d777ffc5ce183f6 (diff)
downloadmpv-75a52556e9d3473fdec3d348ffdc790dedf01239.tar.bz2
mpv-75a52556e9d3473fdec3d348ffdc790dedf01239.tar.xz
cosmetics: Fix indentation after last commit.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27345 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libswscale')
-rw-r--r--libswscale/yuv2rgb_altivec.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/libswscale/yuv2rgb_altivec.c b/libswscale/yuv2rgb_altivec.c
index 3b3a57f545..3cba5ab153 100644
--- a/libswscale/yuv2rgb_altivec.c
+++ b/libswscale/yuv2rgb_altivec.c
@@ -613,16 +613,16 @@ DEFCSP420_CVT (yuv2_bgr24, out_bgr24)
static
const vector unsigned char
demux_u = {0x10,0x00,0x10,0x00,
- 0x10,0x04,0x10,0x04,
- 0x10,0x08,0x10,0x08,
+ 0x10,0x04,0x10,0x04,
+ 0x10,0x08,0x10,0x08,
0x10,0x0c,0x10,0x0c},
demux_v = {0x10,0x02,0x10,0x02,
- 0x10,0x06,0x10,0x06,
- 0x10,0x0A,0x10,0x0A,
+ 0x10,0x06,0x10,0x06,
+ 0x10,0x0A,0x10,0x0A,
0x10,0x0E,0x10,0x0E},
demux_y = {0x10,0x01,0x10,0x03,
- 0x10,0x05,0x10,0x07,
- 0x10,0x09,0x10,0x0B,
+ 0x10,0x05,0x10,0x07,
+ 0x10,0x09,0x10,0x0B,
0x10,0x0D,0x10,0x0F};
/*