avformat/fitsdec: fix demuxer class category
This commit is contained in:
parent
a28df1faa9
commit
8a49341666
@ -221,6 +221,7 @@ static const AVClass fits_demuxer_class = {
|
|||||||
.item_name = av_default_item_name,
|
.item_name = av_default_item_name,
|
||||||
.option = fits_options,
|
.option = fits_options,
|
||||||
.version = LIBAVUTIL_VERSION_INT,
|
.version = LIBAVUTIL_VERSION_INT,
|
||||||
|
.category = AV_CLASS_CATEGORY_DEMUXER,
|
||||||
};
|
};
|
||||||
|
|
||||||
const AVInputFormat ff_fits_demuxer = {
|
const AVInputFormat ff_fits_demuxer = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user