summaryrefslogtreecommitdiff
path: root/libavcodec/snowdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/snowdec.c')
-rw-r--r--libavcodec/snowdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/snowdec.c b/libavcodec/snowdec.c
index 68afe0df26..7367176f07 100644
--- a/libavcodec/snowdec.c
+++ b/libavcodec/snowdec.c
@@ -648,7 +648,7 @@ static av_cold int decode_end(AVCodecContext *avctx)
return 0;
}
-AVCodec ff_snow_decoder = {
+const AVCodec ff_snow_decoder = {
.name = "snow",
.long_name = NULL_IF_CONFIG_SMALL("Snow"),
.type = AVMEDIA_TYPE_VIDEO,