]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/msnwc_tcp.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / msnwc_tcp.c
index 650f0d2713dd76b29e8f76ee1617925bd285af3a..95d4e2bd336cd3e72a8e5479e59f5cf4e8ccbb58 100644 (file)
@@ -136,7 +136,7 @@ static int msnwc_tcp_read_packet(AVFormatContext *ctx, AVPacket *pkt)
     return HEADER_SIZE + size;
 }
 
-AVInputFormat ff_msnwc_tcp_demuxer = {
+const AVInputFormat ff_msnwc_tcp_demuxer = {
     .name        = "msnwctcp",
     .long_name   = NULL_IF_CONFIG_SMALL("MSN TCP Webcam stream"),
     .read_probe  = msnwc_tcp_probe,