X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fwvedec.c;h=f133da3c8737579ecc346c4be2f4e9829cc2a5a1;hb=bc70684e74a185d7b80c8b80bdedda659cb581b8;hp=4d9d3e52093b87b8521a05062acc6de342349fae;hpb=d92f38c179591a608390ffa9fee59c309142e79d;p=ffmpeg diff --git a/libavformat/wvedec.c b/libavformat/wvedec.c index 4d9d3e52093..f133da3c873 100644 --- a/libavformat/wvedec.c +++ b/libavformat/wvedec.c @@ -52,7 +52,7 @@ static int wve_read_header(AVFormatContext *s) return 0; } -AVInputFormat ff_wve_demuxer = { +const AVInputFormat ff_wve_demuxer = { .name = "wve", .long_name = NULL_IF_CONFIG_SMALL("Psion 3 audio"), .read_probe = wve_probe,