X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fwcmv.c;h=04c597e7674616bd70eb6fa00d68604d22f2f5bb;hb=a247ac640df3da573cd661065bf53f37863e2b46;hp=d7a3cbd1b71bdc72a635c7d709a0e00214da5cd0;hpb=8b3e6ce5f4ab1ebf3a54ff7e0ff440a1a5f842f7;p=ffmpeg diff --git a/libavcodec/wcmv.c b/libavcodec/wcmv.c index d7a3cbd1b71..04c597e7674 100644 --- a/libavcodec/wcmv.c +++ b/libavcodec/wcmv.c @@ -249,7 +249,7 @@ static av_cold int decode_close(AVCodecContext *avctx) return 0; } -AVCodec ff_wcmv_decoder = { +const AVCodec ff_wcmv_decoder = { .name = "wcmv", .long_name = NULL_IF_CONFIG_SMALL("WinCAM Motion Video"), .type = AVMEDIA_TYPE_VIDEO,