]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/nsvdec.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / nsvdec.c
index 4fab52ed36fca1afe3756064453fdcd7aa046ddb..b79d0dcc62ecb3a09db0e733958d37bca1e78785 100644 (file)
@@ -734,7 +734,7 @@ static int nsv_probe(const AVProbeData *p)
     return score;
 }
 
-AVInputFormat ff_nsv_demuxer = {
+const AVInputFormat ff_nsv_demuxer = {
     .name           = "nsv",
     .long_name      = NULL_IF_CONFIG_SMALL("Nullsoft Streaming Video"),
     .priv_data_size = sizeof(NSVContext),