summaryrefslogtreecommitdiff
path: root/libavformat/vocdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/vocdec.c')
-rw-r--r--libavformat/vocdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/vocdec.c b/libavformat/vocdec.c
index 6cdc720ee7..0bb2bc4fb1 100644
--- a/libavformat/vocdec.c
+++ b/libavformat/vocdec.c
@@ -98,7 +98,7 @@ static int voc_read_seek(AVFormatContext *s, int stream_index,
return -1;
}
-AVInputFormat ff_voc_demuxer = {
+const AVInputFormat ff_voc_demuxer = {
.name = "voc",
.long_name = NULL_IF_CONFIG_SMALL("Creative Voice"),
.priv_data_size = sizeof(VocDecContext),