You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avformat/fitsdec: fix demuxer class category
This commit is contained in:
@@ -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 = {
|
||||
|
Reference in New Issue
Block a user