summaryrefslogtreecommitdiff
path: root/libavformat/pvfdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/pvfdec.c')
-rw-r--r--libavformat/pvfdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/pvfdec.c b/libavformat/pvfdec.c
index 4c919942c0..7205b0b37d 100644
--- a/libavformat/pvfdec.c
+++ b/libavformat/pvfdec.c
@@ -65,7 +65,7 @@ static int pvf_read_header(AVFormatContext *s)
return 0;
}
-AVInputFormat ff_pvf_demuxer = {
+const AVInputFormat ff_pvf_demuxer = {
.name = "pvf",
.long_name = NULL_IF_CONFIG_SMALL("PVF (Portable Voice Format)"),
.read_probe = pvf_probe,