1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

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