]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/mvdec.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / mvdec.c
index 2aef93a735dd1d0c4fb4d32268e8788a7637be66..2f72f9eb4f2830aa39684b6b178786477c46d2de 100644 (file)
@@ -498,7 +498,7 @@ static int mv_read_seek(AVFormatContext *avctx, int stream_index,
     return 0;
 }
 
-AVInputFormat ff_mv_demuxer = {
+const AVInputFormat ff_mv_demuxer = {
     .name           = "mv",
     .long_name      = NULL_IF_CONFIG_SMALL("Silicon Graphics Movie"),
     .priv_data_size = sizeof(MvContext),