summaryrefslogtreecommitdiff
path: root/libavcodec/sga.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/sga.c')
-rw-r--r--libavcodec/sga.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/sga.c b/libavcodec/sga.c
index 7e6bea530c..5103d01f85 100644
--- a/libavcodec/sga.c
+++ b/libavcodec/sga.c
@@ -520,7 +520,7 @@ static av_cold int sga_decode_end(AVCodecContext *avctx)
return 0;
}
-AVCodec ff_sga_decoder = {
+const AVCodec ff_sga_decoder = {
.name = "sga",
.long_name = NULL_IF_CONFIG_SMALL("Digital Pictures SGA Video"),
.type = AVMEDIA_TYPE_VIDEO,