X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fhq_hqa.c;h=71753e7cc2ba5871f2d7de66343cbe5b49cef518;hb=a247ac640df3da573cd661065bf53f37863e2b46;hp=8404e80ec8ed90a8971c1689b2248a9e7c82ecfa;hpb=8b3e6ce5f4ab1ebf3a54ff7e0ff440a1a5f842f7;p=ffmpeg diff --git a/libavcodec/hq_hqa.c b/libavcodec/hq_hqa.c index 8404e80ec8e..71753e7cc2b 100644 --- a/libavcodec/hq_hqa.c +++ b/libavcodec/hq_hqa.c @@ -381,7 +381,7 @@ static av_cold int hq_hqa_decode_close(AVCodecContext *avctx) return 0; } -AVCodec ff_hq_hqa_decoder = { +const AVCodec ff_hq_hqa_decoder = { .name = "hq_hqa", .long_name = NULL_IF_CONFIG_SMALL("Canopus HQ/HQA"), .type = AVMEDIA_TYPE_VIDEO,