X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fmusx.c;h=fd5a9297f9b31650b76d16164570691d843db430;hb=bc70684e74a185d7b80c8b80bdedda659cb581b8;hp=9dd721182a752f19e18f95ea8f49b9a4afbeed9f;hpb=d92f38c179591a608390ffa9fee59c309142e79d;p=ffmpeg diff --git a/libavformat/musx.c b/libavformat/musx.c index 9dd721182a7..fd5a9297f9b 100644 --- a/libavformat/musx.c +++ b/libavformat/musx.c @@ -178,7 +178,7 @@ static int musx_read_packet(AVFormatContext *s, AVPacket *pkt) return av_get_packet(s->pb, pkt, par->block_align); } -AVInputFormat ff_musx_demuxer = { +const AVInputFormat ff_musx_demuxer = { .name = "musx", .long_name = NULL_IF_CONFIG_SMALL("Eurocom MUSX"), .read_probe = musx_probe,