]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/westwood_aud.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / westwood_aud.c
index 9e3d80752b16e8e9929a02c7c4509a0e955fc88f..ff51e8bd36dfdfcb29843f9eba6f24ffcd7045f0 100644 (file)
@@ -178,7 +178,7 @@ static int wsaud_read_packet(AVFormatContext *s,
     return ret;
 }
 
-AVInputFormat ff_wsaud_demuxer = {
+const AVInputFormat ff_wsaud_demuxer = {
     .name           = "wsaud",
     .long_name      = NULL_IF_CONFIG_SMALL("Westwood Studios audio"),
     .read_probe     = wsaud_probe,