summaryrefslogtreecommitdiff
path: root/libavformat/derf.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/derf.c')
-rw-r--r--libavformat/derf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/derf.c b/libavformat/derf.c
index 58bbf5b791..a09433ba07 100644
--- a/libavformat/derf.c
+++ b/libavformat/derf.c
@@ -68,7 +68,7 @@ static int derf_read_header(AVFormatContext *s)
return 0;
}
-AVInputFormat ff_derf_demuxer = {
+const AVInputFormat ff_derf_demuxer = {
.name = "derf",
.long_name = NULL_IF_CONFIG_SMALL("Xilam DERF"),
.read_probe = derf_probe,