summaryrefslogtreecommitdiff
path: root/libavformat/pjsdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/pjsdec.c')
-rw-r--r--libavformat/pjsdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/pjsdec.c b/libavformat/pjsdec.c
index 1f1d51c404..40d820a8d6 100644
--- a/libavformat/pjsdec.c
+++ b/libavformat/pjsdec.c
@@ -128,7 +128,7 @@ static int pjs_read_close(AVFormatContext *s)
return 0;
}
-AVInputFormat ff_pjs_demuxer = {
+const AVInputFormat ff_pjs_demuxer = {
.name = "pjs",
.long_name = NULL_IF_CONFIG_SMALL("PJS (Phoenix Japanimation Society) subtitles"),
.priv_data_size = sizeof(PJSContext),