summaryrefslogtreecommitdiff
path: root/libavcodec/metasound.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/metasound.c')
-rw-r--r--libavcodec/metasound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/metasound.c b/libavcodec/metasound.c
index 27cf1dd83f..be47510d7a 100644
--- a/libavcodec/metasound.c
+++ b/libavcodec/metasound.c
@@ -370,7 +370,7 @@ static av_cold int metasound_decode_init(AVCodecContext *avctx)
return ff_twinvq_decode_init(avctx);
}
-AVCodec ff_metasound_decoder = {
+const AVCodec ff_metasound_decoder = {
.name = "metasound",
.long_name = NULL_IF_CONFIG_SMALL("Voxware MetaSound"),
.type = AVMEDIA_TYPE_AUDIO,