mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-12-13 22:58:40 +00:00
swr-test: indent
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
dd63e27574
commit
030d6b65ae
@ -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
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user