diff options
Diffstat (limited to 'libavcodec/sgidec.c')
-rw-r--r-- | libavcodec/sgidec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/sgidec.c b/libavcodec/sgidec.c index e954140258..aa77a3b921 100644 --- a/libavcodec/sgidec.c +++ b/libavcodec/sgidec.c @@ -288,7 +288,7 @@ static av_cold int sgi_decode_init(AVCodecContext *avctx) return 0; } -AVCodec ff_sgi_decoder = { +const AVCodec ff_sgi_decoder = { .name = "sgi", .long_name = NULL_IF_CONFIG_SMALL("SGI image"), .type = AVMEDIA_TYPE_VIDEO, |