]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/wvedec.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / wvedec.c
index 4d9d3e52093b87b8521a05062acc6de342349fae..f133da3c8737579ecc346c4be2f4e9829cc2a5a1 100644 (file)
@@ -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,