forked from FFmpeg/FFmpeg
avformat/fitsdec: fix demuxer class category
This commit is contained in:
parent
a28df1faa9
commit
8a49341666
1 changed files with 1 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue