X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fiff.c;h=fe1baf3a0c7d1e9d23120f595e6ffc7f921f5c45;hb=a247ac640df3da573cd661065bf53f37863e2b46;hp=79f6215c7700bef2008cc4c06680024b1b997ddd;hpb=8b3e6ce5f4ab1ebf3a54ff7e0ff440a1a5f842f7;p=ffmpeg diff --git a/libavcodec/iff.c b/libavcodec/iff.c index 79f6215c770..fe1baf3a0c7 100644 --- a/libavcodec/iff.c +++ b/libavcodec/iff.c @@ -1903,7 +1903,7 @@ static int decode_frame(AVCodecContext *avctx, } #if CONFIG_IFF_ILBM_DECODER -AVCodec ff_iff_ilbm_decoder = { +const AVCodec ff_iff_ilbm_decoder = { .name = "iff", .long_name = NULL_IF_CONFIG_SMALL("IFF ACBM/ANIM/DEEP/ILBM/PBM/RGB8/RGBN"), .type = AVMEDIA_TYPE_VIDEO,