X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fmp3dec.c;h=611b423aea99a2454984342c4db19656ba1424cc;hb=bc70684e74a185d7b80c8b80bdedda659cb581b8;hp=53f803ef55101b1f05ac4bd4c8b0eae2509a1f0e;hpb=d92f38c179591a608390ffa9fee59c309142e79d;p=ffmpeg diff --git a/libavformat/mp3dec.c b/libavformat/mp3dec.c index 53f803ef551..611b423aea9 100644 --- a/libavformat/mp3dec.c +++ b/libavformat/mp3dec.c @@ -606,7 +606,7 @@ static const AVClass demuxer_class = { .category = AV_CLASS_CATEGORY_DEMUXER, }; -AVInputFormat ff_mp3_demuxer = { +const AVInputFormat ff_mp3_demuxer = { .name = "mp3", .long_name = NULL_IF_CONFIG_SMALL("MP2/3 (MPEG audio layer 2/3)"), .read_probe = mp3_read_probe,