summaryrefslogtreecommitdiff
path: root/libavformat/thp.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/thp.c')
-rw-r--r--libavformat/thp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/thp.c b/libavformat/thp.c
index bcc3febaa1..7aad24221b 100644
--- a/libavformat/thp.c
+++ b/libavformat/thp.c
@@ -212,7 +212,7 @@ static int thp_read_packet(AVFormatContext *s,
return 0;
}
-AVInputFormat ff_thp_demuxer = {
+const AVInputFormat ff_thp_demuxer = {
.name = "thp",
.long_name = NULL_IF_CONFIG_SMALL("THP"),
.priv_data_size = sizeof(ThpDemuxContext),