[FFmpeg-cvslog] avformat/fitsdec: fix demuxer class category
Paul B Mahol
git at videolan.org
Sun May 21 22:06:00 EEST 2023
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Sun May 21 20:40:57 2023 +0200| [8a4934166645e636ba1830e44a6223f8c243da8c] | committer: Paul B Mahol
avformat/fitsdec: fix demuxer class category
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8a4934166645e636ba1830e44a6223f8c243da8c
---
libavformat/fitsdec.c | 1 +
1 file changed, 1 insertion(+)
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 = {
More information about the ffmpeg-cvslog
mailing list