X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fmov_chan.c;h=3b91ed70541dd630e3733c5a0a30cd2fe38d7b48;hb=ab6f4fd4a70aaef09b88fc183bb7247ebe0b859a;hp=e7b5221f08e02980aac6c57866b0f57969a7f5d2;hpb=1fc396318833280a520bf568d5605791decf87d7;p=ffmpeg diff --git a/libavformat/mov_chan.c b/libavformat/mov_chan.c index e7b5221f08e..3b91ed70541 100644 --- a/libavformat/mov_chan.c +++ b/libavformat/mov_chan.c @@ -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,