You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
swresample/swresample-test: Make layouts static const
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
@@ -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 ,
|
||||
|
Reference in New Issue
Block a user