]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/mtv.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / mtv.c
index e731d91077104ffc2b76c4e61d94065d0518039b..26a0fd0ea4b60c55159e44bff2d3c8bc3e80efc2 100644 (file)
@@ -225,7 +225,7 @@ static int mtv_read_packet(AVFormatContext *s, AVPacket *pkt)
     return ret;
 }
 
-AVInputFormat ff_mtv_demuxer = {
+const AVInputFormat ff_mtv_demuxer = {
     .name           = "mtv",
     .long_name      = NULL_IF_CONFIG_SMALL("MTV"),
     .priv_data_size = sizeof(MTVDemuxContext),