summaryrefslogtreecommitdiff
path: root/libavformat/mpsubdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/mpsubdec.c')
-rw-r--r--libavformat/mpsubdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mpsubdec.c b/libavformat/mpsubdec.c
index c113be5eba..ee53be17d6 100644
--- a/libavformat/mpsubdec.c
+++ b/libavformat/mpsubdec.c
@@ -193,7 +193,7 @@ static int mpsub_read_close(AVFormatContext *s)
return 0;
}
-AVInputFormat ff_mpsub_demuxer = {
+const AVInputFormat ff_mpsub_demuxer = {
.name = "mpsub",
.long_name = NULL_IF_CONFIG_SMALL("MPlayer subtitles"),
.priv_data_size = sizeof(MPSubContext),