]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/mov_chan.c
libavformat/dv: Make unchanged function arguments const
[ffmpeg] / libavformat / mov_chan.c
index e7b5221f08e02980aac6c57866b0f57969a7f5d2..3b91ed70541dd630e3733c5a0a30cd2fe38d7b48 100644 (file)
@@ -344,7 +344,7 @@ static const struct MovChannelLayoutMap mov_ch_layout_map_9ch[] = {
     { 0, 0 },
 };
 
-static const struct MovChannelLayoutMap *mov_ch_layout_map[] = {
+static const struct MovChannelLayoutMap * const mov_ch_layout_map[] = {
     mov_ch_layout_map_misc,
     mov_ch_layout_map_1ch,
     mov_ch_layout_map_2ch,