X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fxwddec.c;h=7b8228332fdcc0a3ebb82d8b709b53fbf5c7ea0d;hb=a247ac640df3da573cd661065bf53f37863e2b46;hp=8c4358fd4cd04e4499949515c80e8831b8e89405;hpb=185aa5e896e15ae96145609944bfc6bbb239bc64;p=ffmpeg diff --git a/libavcodec/xwddec.c b/libavcodec/xwddec.c index 8c4358fd4cd..7b8228332fd 100644 --- a/libavcodec/xwddec.c +++ b/libavcodec/xwddec.c @@ -247,7 +247,7 @@ static int xwd_decode_frame(AVCodecContext *avctx, void *data, return buf_size; } -AVCodec ff_xwd_decoder = { +const AVCodec ff_xwd_decoder = { .name = "xwd", .long_name = NULL_IF_CONFIG_SMALL("XWD (X Window Dump) image"), .type = AVMEDIA_TYPE_VIDEO,