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

swresample/swresample-test: Make layouts static const

parent ab800add
No related branches found
No related tags found
No related merge requests found
...@@ -108,7 +108,7 @@ static const int rates[] = { ...@@ -108,7 +108,7 @@ static const int rates[] = {
48000, 48000,
}; };
uint64_t layouts[]={ static const 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 ,
......
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