summaryrefslogtreecommitdiff
path: root/libavformat/nspdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/nspdec.c')
-rw-r--r--libavformat/nspdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/nspdec.c b/libavformat/nspdec.c
index 68f8f99eb3..3aaf887746 100644
--- a/libavformat/nspdec.c
+++ b/libavformat/nspdec.c
@@ -96,7 +96,7 @@ static int nsp_read_header(AVFormatContext *s)
return 0;
}
-AVInputFormat ff_nsp_demuxer = {
+const AVInputFormat ff_nsp_demuxer = {
.name = "nsp",
.long_name = NULL_IF_CONFIG_SMALL("Computerized Speech Lab NSP"),
.read_probe = nsp_probe,