X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fmvi.c;h=4c67e3569d96b80bd2b518e9ce6cda708708ba3c;hb=bc70684e74a185d7b80c8b80bdedda659cb581b8;hp=d005001f5a40f8de77b52be633cc131b72e2a118;hpb=d92f38c179591a608390ffa9fee59c309142e79d;p=ffmpeg diff --git a/libavformat/mvi.c b/libavformat/mvi.c index d005001f5a4..4c67e3569d9 100644 --- a/libavformat/mvi.c +++ b/libavformat/mvi.c @@ -143,7 +143,7 @@ static int read_packet(AVFormatContext *s, AVPacket *pkt) return 0; } -AVInputFormat ff_mvi_demuxer = { +const AVInputFormat ff_mvi_demuxer = { .name = "mvi", .long_name = NULL_IF_CONFIG_SMALL("Motion Pixels MVI"), .priv_data_size = sizeof(MviDemuxContext),