]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/bmv.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / bmv.c
index 9f03fba0585c346e9c4c4f56b6a9696ae5a13414..873ecb027cf3fee13ba087ad92331aa675fc3abe 100644 (file)
@@ -125,7 +125,7 @@ static int bmv_read_close(AVFormatContext *s)
     return 0;
 }
 
-AVInputFormat ff_bmv_demuxer = {
+const AVInputFormat ff_bmv_demuxer = {
     .name           = "bmv",
     .long_name      = NULL_IF_CONFIG_SMALL("Discworld II BMV"),
     .priv_data_size = sizeof(BMVContext),