1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00

avcodec/fitsdec: fix decoder class category

This commit is contained in:
Paul B Mahol 2023-05-21 20:31:46 +02:00
parent c4b3e882f8
commit 4d4aed2815

View File

@ -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 = {