summaryrefslogtreecommitdiff
path: root/libavformat/sdsdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/sdsdec.c')
-rw-r--r--libavformat/sdsdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/sdsdec.c b/libavformat/sdsdec.c
index c70f5af849..073dadafbb 100644
--- a/libavformat/sdsdec.c
+++ b/libavformat/sdsdec.c
@@ -153,7 +153,7 @@ static int sds_read_packet(AVFormatContext *ctx, AVPacket *pkt)
return ret;
}
-AVInputFormat ff_sds_demuxer = {
+const AVInputFormat ff_sds_demuxer = {
.name = "sds",
.long_name = NULL_IF_CONFIG_SMALL("MIDI Sample Dump Standard"),
.priv_data_size = sizeof(SDSContext),