Skip to content
Snippets Groups Projects
Commit 030d6b65 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

swr-test: indent

parent dd63e275
No related branches found
No related tags found
No related merge requests found
...@@ -94,20 +94,20 @@ static const enum AVSampleFormat formats[] = { ...@@ -94,20 +94,20 @@ static const enum AVSampleFormat formats[] = {
}; };
uint64_t layouts[]={ uint64_t layouts[]={
AV_CH_LAYOUT_MONO , AV_CH_LAYOUT_MONO ,
AV_CH_LAYOUT_STEREO , AV_CH_LAYOUT_STEREO ,
AV_CH_LAYOUT_2_1 , AV_CH_LAYOUT_2_1 ,
AV_CH_LAYOUT_SURROUND , AV_CH_LAYOUT_SURROUND ,
AV_CH_LAYOUT_4POINT0 , AV_CH_LAYOUT_4POINT0 ,
AV_CH_LAYOUT_2_2 , AV_CH_LAYOUT_2_2 ,
AV_CH_LAYOUT_QUAD , AV_CH_LAYOUT_QUAD ,
AV_CH_LAYOUT_5POINT0 , AV_CH_LAYOUT_5POINT0 ,
AV_CH_LAYOUT_5POINT1 , AV_CH_LAYOUT_5POINT1 ,
AV_CH_LAYOUT_5POINT0_BACK , AV_CH_LAYOUT_5POINT0_BACK ,
AV_CH_LAYOUT_5POINT1_BACK , AV_CH_LAYOUT_5POINT1_BACK ,
AV_CH_LAYOUT_7POINT0 , AV_CH_LAYOUT_7POINT0 ,
AV_CH_LAYOUT_7POINT1 , AV_CH_LAYOUT_7POINT1 ,
AV_CH_LAYOUT_7POINT1_WIDE , AV_CH_LAYOUT_7POINT1_WIDE ,
0 0
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment