X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fbmv.c;h=873ecb027cf3fee13ba087ad92331aa675fc3abe;hb=bc70684e74a185d7b80c8b80bdedda659cb581b8;hp=9f03fba0585c346e9c4c4f56b6a9696ae5a13414;hpb=d92f38c179591a608390ffa9fee59c309142e79d;p=ffmpeg diff --git a/libavformat/bmv.c b/libavformat/bmv.c index 9f03fba0585..873ecb027cf 100644 --- a/libavformat/bmv.c +++ b/libavformat/bmv.c @@ -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),