[FFmpeg-cvslog] swresample/swresample-test: Make layouts static const

Michael Niedermayer git at videolan.org
Sun Aug 30 13:26:37 CEST 2015


ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Sun Aug 30 12:45:53 2015 +0200| [fb42e775163400a01d277764a7865f8d7e7b825b] | committer: Michael Niedermayer

swresample/swresample-test: Make layouts static const

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fb42e775163400a01d277764a7865f8d7e7b825b
---

 libswresample/swresample-test.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libswresample/swresample-test.c b/libswresample/swresample-test.c
index 7e2854d..47c54a1 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                     ,



More information about the ffmpeg-cvslog mailing list