summaryrefslogtreecommitdiff
path: root/libswresample
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-04-26 09:55:14 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-04-26 14:33:10 +0200
commit030d6b65ae2544d4c2cee44a56a2ceb0cd2e63ba (patch)
treef0319dd4133661417b566e4c046f51451b7d978d /libswresample
parentdd63e275748ce3003e2ead88b6e35a9033970000 (diff)
swr-test: indent
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libswresample')
-rw-r--r--libswresample/swresample_test.c28
1 files changed, 14 insertions, 14 deletions
diff --git a/libswresample/swresample_test.c b/libswresample/swresample_test.c
index 2e8860b6ef..1742bd7e72 100644
--- a/libswresample/swresample_test.c
+++ b/libswresample/swresample_test.c
@@ -94,20 +94,20 @@ static const enum AVSampleFormat formats[] = {
};
uint64_t layouts[]={
-AV_CH_LAYOUT_MONO ,
-AV_CH_LAYOUT_STEREO ,
-AV_CH_LAYOUT_2_1 ,
-AV_CH_LAYOUT_SURROUND ,
-AV_CH_LAYOUT_4POINT0 ,
-AV_CH_LAYOUT_2_2 ,
-AV_CH_LAYOUT_QUAD ,
-AV_CH_LAYOUT_5POINT0 ,
-AV_CH_LAYOUT_5POINT1 ,
-AV_CH_LAYOUT_5POINT0_BACK ,
-AV_CH_LAYOUT_5POINT1_BACK ,
-AV_CH_LAYOUT_7POINT0 ,
-AV_CH_LAYOUT_7POINT1 ,
-AV_CH_LAYOUT_7POINT1_WIDE ,
+ AV_CH_LAYOUT_MONO ,
+ AV_CH_LAYOUT_STEREO ,
+ AV_CH_LAYOUT_2_1 ,
+ AV_CH_LAYOUT_SURROUND ,
+ AV_CH_LAYOUT_4POINT0 ,
+ AV_CH_LAYOUT_2_2 ,
+ AV_CH_LAYOUT_QUAD ,
+ AV_CH_LAYOUT_5POINT0 ,
+ AV_CH_LAYOUT_5POINT1 ,
+ AV_CH_LAYOUT_5POINT0_BACK ,
+ AV_CH_LAYOUT_5POINT1_BACK ,
+ AV_CH_LAYOUT_7POINT0 ,
+ AV_CH_LAYOUT_7POINT1 ,
+ AV_CH_LAYOUT_7POINT1_WIDE ,
0
};