Commit 9dacadb8 authored by diego's avatar diego

Fix indentation after last commit.


git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@27345 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 407d6c27
......@@ -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};
/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment