X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fjvdec.c;h=948cab37e5ff437925c5e333cd106dd8ddab9dda;hb=bc70684e74a185d7b80c8b80bdedda659cb581b8;hp=47d18e2beb72a43fa762bfea4226264271f00fd6;hpb=d92f38c179591a608390ffa9fee59c309142e79d;p=ffmpeg diff --git a/libavformat/jvdec.c b/libavformat/jvdec.c index 47d18e2beb7..948cab37e5f 100644 --- a/libavformat/jvdec.c +++ b/libavformat/jvdec.c @@ -254,7 +254,7 @@ static int read_seek(AVFormatContext *s, int stream_index, return 0; } -AVInputFormat ff_jv_demuxer = { +const AVInputFormat ff_jv_demuxer = { .name = "jv", .long_name = NULL_IF_CONFIG_SMALL("Bitmap Brothers JV"), .priv_data_size = sizeof(JVDemuxContext),