summaryrefslogtreecommitdiff
path: root/libavformat/jvdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/jvdec.c')
-rw-r--r--libavformat/jvdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/jvdec.c b/libavformat/jvdec.c
index 47d18e2beb..948cab37e5 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),