X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fcpia.c;h=d88bd1aae7be556acbd955bb03a3313b5e75e900;hb=ffeeff4fbccbf9c9269ac24fe56285b224426141;hp=5f12a99a83a7677e368095672b202e19b59dd454;hpb=5a4f0d9b94e1f9b927a5468ac441ceb515e99fcd;p=ffmpeg diff --git a/libavcodec/cpia.c b/libavcodec/cpia.c index 5f12a99a83a..d88bd1aae7b 100644 --- a/libavcodec/cpia.c +++ b/libavcodec/cpia.c @@ -220,7 +220,7 @@ static av_cold int cpia_decode_end(AVCodecContext *avctx) return 0; } -AVCodec ff_cpia_decoder = { +const AVCodec ff_cpia_decoder = { .name = "cpia", .long_name = NULL_IF_CONFIG_SMALL("CPiA video format"), .type = AVMEDIA_TYPE_VIDEO,