]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/mlvdec.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / mlvdec.c
index 1ddef3461ea66ef369b4f772c540cedd979d87bb..998bf42dd678fdf6dda017e72df0aa01f1ebab26 100644 (file)
@@ -481,7 +481,7 @@ static int read_close(AVFormatContext *s)
     return 0;
 }
 
-AVInputFormat ff_mlv_demuxer = {
+const AVInputFormat ff_mlv_demuxer = {
     .name           = "mlv",
     .long_name      = NULL_IF_CONFIG_SMALL("Magic Lantern Video (MLV)"),
     .priv_data_size = sizeof(MlvContext),