summaryrefslogtreecommitdiff
path: root/libavformat/hcom.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/hcom.c')
-rw-r--r--libavformat/hcom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/hcom.c b/libavformat/hcom.c
index 3e1e8da236..b7fb7314c8 100644
--- a/libavformat/hcom.c
+++ b/libavformat/hcom.c
@@ -82,7 +82,7 @@ static int hcom_read_header(AVFormatContext *s)
return 0;
}
-AVInputFormat ff_hcom_demuxer = {
+const AVInputFormat ff_hcom_demuxer = {
.name = "hcom",
.long_name = NULL_IF_CONFIG_SMALL("Macintosh HCOM"),
.read_probe = hcom_probe,