]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/ncdec.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / ncdec.c
index f2066b485a4ab199525edde8308a805c59817787..ff5eb189bcc41cf0e9dc409755147001b178a5a5 100644 (file)
@@ -90,7 +90,7 @@ static int nc_read_packet(AVFormatContext *s, AVPacket *pkt)
     return size;
 }
 
-AVInputFormat ff_nc_demuxer = {
+const AVInputFormat ff_nc_demuxer = {
     .name           = "nc",
     .long_name      = NULL_IF_CONFIG_SMALL("NC camera feed"),
     .read_probe     = nc_probe,