X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2F4xm.c;h=427eaaddd07b02e55dfa0fa47f952e76084c587c;hb=bc70684e74a185d7b80c8b80bdedda659cb581b8;hp=30f1b05324040f3d7aef0fdb3b8a664d63730808;hpb=d92f38c179591a608390ffa9fee59c309142e79d;p=ffmpeg diff --git a/libavformat/4xm.c b/libavformat/4xm.c index 30f1b053240..427eaaddd07 100644 --- a/libavformat/4xm.c +++ b/libavformat/4xm.c @@ -393,7 +393,7 @@ static int fourxm_read_close(AVFormatContext *s) return 0; } -AVInputFormat ff_fourxm_demuxer = { +const AVInputFormat ff_fourxm_demuxer = { .name = "4xm", .long_name = NULL_IF_CONFIG_SMALL("4X Technologies"), .priv_data_size = sizeof(FourxmDemuxContext),