avformat/fitsdec: fix demuxer class category

This commit is contained in:
Paul B Mahol 2023-05-21 20:40:57 +02:00
parent a28df1faa9
commit 8a49341666

View file

@ -221,6 +221,7 @@ static const AVClass fits_demuxer_class = {
.item_name = av_default_item_name,
.option = fits_options,
.version = LIBAVUTIL_VERSION_INT,
.category = AV_CLASS_CATEGORY_DEMUXER,
};
const AVInputFormat ff_fits_demuxer = {