diff options
Diffstat (limited to 'libavcodec/mmvideo.c')
-rw-r--r-- | libavcodec/mmvideo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mmvideo.c b/libavcodec/mmvideo.c index 7f650be80e..11a819dc6d 100644 --- a/libavcodec/mmvideo.c +++ b/libavcodec/mmvideo.c @@ -238,7 +238,7 @@ static av_cold int mm_decode_end(AVCodecContext *avctx) return 0; } -AVCodec ff_mmvideo_decoder = { +const AVCodec ff_mmvideo_decoder = { .name = "mmvideo", .long_name = NULL_IF_CONFIG_SMALL("American Laser Games MM Video"), .type = AVMEDIA_TYPE_VIDEO, |