Commit fb42e775 authored by Michael Niedermayer's avatar Michael Niedermayer

swresample/swresample-test: Make layouts static const

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent ab800add
......@@ -108,7 +108,7 @@ static const int rates[] = {
48000,
};
uint64_t layouts[]={
static const uint64_t layouts[]={
AV_CH_LAYOUT_MONO ,
AV_CH_LAYOUT_STEREO ,
AV_CH_LAYOUT_2_1 ,
......
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