]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/jvdec.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / jvdec.c
index 47d18e2beb72a43fa762bfea4226264271f00fd6..948cab37e5ff437925c5e333cd106dd8ddab9dda 100644 (file)
@@ -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),