diff options
author | Paul B Mahol <onemda@gmail.com> | 2023-05-21 20:40:57 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2023-05-21 20:41:19 +0200 |
commit | 8a4934166645e636ba1830e44a6223f8c243da8c (patch) | |
tree | 4ce649f4cecafc23b039429ac323da8f8ebaa8c5 /libavformat | |
parent | a28df1faa9a453e2b58499f7bc3d1a8cbaa6d72f (diff) | |
download | ffmpeg-8a4934166645e636ba1830e44a6223f8c243da8c.tar.gz |
avformat/fitsdec: fix demuxer class category
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/fitsdec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/fitsdec.c b/libavformat/fitsdec.c index c463fc4ca1..8618b9aab0 100644 --- a/libavformat/fitsdec.c +++ b/libavformat/fitsdec.c @@ -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 = { |