diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2015-08-30 12:45:53 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-08-30 13:10:11 +0200 |
commit | fb42e775163400a01d277764a7865f8d7e7b825b (patch) | |
tree | 0298e2398d2e46590b7955d68ee8fc28eb3eea52 | |
parent | ab800add7b85a7aa9d82e3ad4a7ff81026cfa8e3 (diff) | |
download | ffmpeg-fb42e775163400a01d277764a7865f8d7e7b825b.tar.gz |
swresample/swresample-test: Make layouts static const
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r-- | libswresample/swresample-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libswresample/swresample-test.c b/libswresample/swresample-test.c index 7e2854da7c..47c54a109b 100644 --- a/libswresample/swresample-test.c +++ b/libswresample/swresample-test.c @@ -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 , |