X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fcafdec.c;h=6fad878566d39a717393cb6d74aab6836d914aba;hb=87dced8074cf83e74e69d7dee725c8d62601c4e8;hp=7cdfd2bb0ee3b794002d774d15a5e1c895a3af1a;hpb=cfd64eec4e583847aff4da7d568c72abccd268ef;p=ffmpeg diff --git a/libavformat/cafdec.c b/libavformat/cafdec.c index 7cdfd2bb0ee..6fad878566d 100644 --- a/libavformat/cafdec.c +++ b/libavformat/cafdec.c @@ -410,5 +410,5 @@ AVInputFormat ff_caf_demuxer = { .read_header = read_header, .read_packet = read_packet, .read_seek = read_seek, - .codec_tag = (const AVCodecTag*[]){ff_codec_caf_tags, 0}, + .codec_tag = (const AVCodecTag* const []){ ff_codec_caf_tags, 0 }, };