mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 07:31:22 +01:00
swresample/swresample-test: Make layouts static const
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
ab800add7b
commit
fb42e77516
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue