summaryrefslogtreecommitdiff
path: root/libavformat/subviewer1dec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/subviewer1dec.c')
-rw-r--r--libavformat/subviewer1dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/subviewer1dec.c b/libavformat/subviewer1dec.c
index f2eee294a1..d1ba99f984 100644
--- a/libavformat/subviewer1dec.c
+++ b/libavformat/subviewer1dec.c
@@ -113,7 +113,7 @@ static int subviewer1_read_close(AVFormatContext *s)
return 0;
}
-AVInputFormat ff_subviewer1_demuxer = {
+const AVInputFormat ff_subviewer1_demuxer = {
.name = "subviewer1",
.long_name = NULL_IF_CONFIG_SMALL("SubViewer v1 subtitle format"),
.priv_data_size = sizeof(SubViewer1Context),