summaryrefslogtreecommitdiff
path: root/libavformat/hca.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/hca.c')
-rw-r--r--libavformat/hca.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/hca.c b/libavformat/hca.c
index 8f55e07204..86be5b1345 100644
--- a/libavformat/hca.c
+++ b/libavformat/hca.c
@@ -113,7 +113,7 @@ static int hca_read_packet(AVFormatContext *s, AVPacket *pkt)
return ret;
}
-AVInputFormat ff_hca_demuxer = {
+const AVInputFormat ff_hca_demuxer = {
.name = "hca",
.long_name = NULL_IF_CONFIG_SMALL("CRI HCA"),
.read_probe = hca_probe,