summaryrefslogtreecommitdiff
path: root/libavformat/sol.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/sol.c')
-rw-r--r--libavformat/sol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/sol.c b/libavformat/sol.c
index 19905e84fa..42498492b6 100644
--- a/libavformat/sol.c
+++ b/libavformat/sol.c
@@ -138,7 +138,7 @@ static int sol_read_packet(AVFormatContext *s,
return 0;
}
-AVInputFormat ff_sol_demuxer = {
+const AVInputFormat ff_sol_demuxer = {
.name = "sol",
.long_name = NULL_IF_CONFIG_SMALL("Sierra SOL"),
.read_probe = sol_probe,