]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/mspdec.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / mspdec.c
index 4845eb3729282ed9bfd4fba00f471b362485f2c2..44854e99c2197eae5c5bace634eb58f076a7ca5c 100644 (file)
@@ -106,7 +106,7 @@ static int msp_read_packet(AVFormatContext *s, AVPacket *pkt)
     return 0;
 }
 
-AVInputFormat ff_msp_demuxer = {
+const AVInputFormat ff_msp_demuxer = {
     .name         = "msp",
     .long_name    = NULL_IF_CONFIG_SMALL("Microsoft Paint (MSP))"),
     .read_probe   = msp_probe,