X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fhqx.c;h=3a4db1b6c38dd14d91b73e5eade3878ae8b95737;hb=a247ac640df3da573cd661065bf53f37863e2b46;hp=aa4ff22a8fe662d649bf0946b975410ce0c75f77;hpb=8b3e6ce5f4ab1ebf3a54ff7e0ff440a1a5f842f7;p=ffmpeg diff --git a/libavcodec/hqx.c b/libavcodec/hqx.c index aa4ff22a8fe..3a4db1b6c38 100644 --- a/libavcodec/hqx.c +++ b/libavcodec/hqx.c @@ -535,7 +535,7 @@ static av_cold int hqx_decode_init(AVCodecContext *avctx) return ff_hqx_init_vlcs(ctx); } -AVCodec ff_hqx_decoder = { +const AVCodec ff_hqx_decoder = { .name = "hqx", .long_name = NULL_IF_CONFIG_SMALL("Canopus HQX"), .type = AVMEDIA_TYPE_VIDEO,