summaryrefslogtreecommitdiff
path: root/libavformat/shortendec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/shortendec.c')
-rw-r--r--libavformat/shortendec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/shortendec.c b/libavformat/shortendec.c
index f7390b2e62..9209de4388 100644
--- a/libavformat/shortendec.c
+++ b/libavformat/shortendec.c
@@ -66,7 +66,7 @@ static int shn_probe(const AVProbeData *p)
}
FF_RAW_DEMUXER_CLASS(shorten)
-AVInputFormat ff_shorten_demuxer = {
+const AVInputFormat ff_shorten_demuxer = {
.name = "shn",
.long_name = NULL_IF_CONFIG_SMALL("raw Shorten"),
.read_probe = shn_probe,