[FFmpeg-cvslog] avcodec/fitsdec: fix decoder class category
Paul B Mahol
git at videolan.org
Sun May 21 22:05:56 EEST 2023
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Sun May 21 20:31:46 2023 +0200| [4d4aed281527224b444022d1462ec16909571700] | committer: Paul B Mahol
avcodec/fitsdec: fix decoder class category
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4d4aed281527224b444022d1462ec16909571700
---
libavcodec/fitsdec.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavcodec/fitsdec.c b/libavcodec/fitsdec.c
index 44135309f2..284e945ba5 100644
--- a/libavcodec/fitsdec.c
+++ b/libavcodec/fitsdec.c
@@ -319,6 +319,7 @@ static const AVClass fits_decoder_class = {
.item_name = av_default_item_name,
.option = fits_options,
.version = LIBAVUTIL_VERSION_INT,
+ .category = AV_CLASS_CATEGORY_DECODER,
};
const FFCodec ff_fits_decoder = {
More information about the ffmpeg-cvslog
mailing list