From 4d4aed281527224b444022d1462ec16909571700 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sun, 21 May 2023 20:31:46 +0200 Subject: [PATCH] avcodec/fitsdec: fix decoder class category --- libavcodec/fitsdec.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/fitsdec.c b/libavcodec/fitsdec.c index 44135309f2..284e945ba5 100644 --- a/libavcodec/fitsdec.c +++ b/libavcodec/fitsdec.c @@ -319,6 +319,7 @@ static const AVClass fits_decoder_class = { .item_name = av_default_item_name, .option = fits_options, .version = LIBAVUTIL_VERSION_INT, + .category = AV_CLASS_CATEGORY_DECODER, }; const FFCodec ff_fits_decoder = {