]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/nspdec.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / nspdec.c
index 68f8f99eb3c54285789c3f540ec170909ed2d167..3aaf887746c5265551a2c7db3974ba8d8318847a 100644 (file)
@@ -96,7 +96,7 @@ static int nsp_read_header(AVFormatContext *s)
     return 0;
 }
 
-AVInputFormat ff_nsp_demuxer = {
+const AVInputFormat ff_nsp_demuxer = {
     .name           = "nsp",
     .long_name      = NULL_IF_CONFIG_SMALL("Computerized Speech Lab NSP"),
     .read_probe     = nsp_probe,