ffmpeg | branch: master | Michael Niedermayer <mich...@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 <mich...@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                     ,

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

Reply via email to