mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 18:10:56 +01:00
avcodec/fitsdec: fix decoder class category
This commit is contained in:
parent
c4b3e882f8
commit
4d4aed2815
1 changed files with 1 additions and 0 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue