summaryrefslogtreecommitdiff
path: root/libavcodec/sanm.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/sanm.c')
-rw-r--r--libavcodec/sanm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/sanm.c b/libavcodec/sanm.c
index d0000ebd0c..dddc2c871b 100644
--- a/libavcodec/sanm.c
+++ b/libavcodec/sanm.c
@@ -1515,7 +1515,7 @@ static int decode_frame(AVCodecContext *avctx, void *data,
return pkt->size;
}
-AVCodec ff_sanm_decoder = {
+const AVCodec ff_sanm_decoder = {
.name = "sanm",
.long_name = NULL_IF_CONFIG_SMALL("LucasArts SANM/Smush video"),
.type = AVMEDIA_TYPE_VIDEO,