X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fmwsc.c;h=b62db67ff5d33aea17d853a4c55e6d2f59058cfe;hb=a247ac640df3da573cd661065bf53f37863e2b46;hp=4db7642e858607f10bfd125f848e312e4a61941f;hpb=fb4a12cda4033f2f3d3d1039739f6e0e6f9afb82;p=ffmpeg diff --git a/libavcodec/mwsc.c b/libavcodec/mwsc.c index 4db7642e858..b62db67ff5d 100644 --- a/libavcodec/mwsc.c +++ b/libavcodec/mwsc.c @@ -177,7 +177,7 @@ static av_cold int decode_close(AVCodecContext *avctx) return 0; } -AVCodec ff_mwsc_decoder = { +const AVCodec ff_mwsc_decoder = { .name = "mwsc", .long_name = NULL_IF_CONFIG_SMALL("MatchWare Screen Capture Codec"), .type = AVMEDIA_TYPE_VIDEO,