X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fmov_chan.c;h=3b91ed70541dd630e3733c5a0a30cd2fe38d7b48;hb=f9aadf1fc426412e94c06f5d34516c8dba73cd6a;hp=e7b5221f08e02980aac6c57866b0f57969a7f5d2;hpb=60dbed6067676d847157fe530b1caed06c77e2ab;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,