forked from FFmpeg/FFmpeg
avcodec/dcadec: set AV_CLASS_CATEGORY
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
55bd20a841
commit
d2e46b11e4
1 changed files with 1 additions and 0 deletions
|
@ -2615,6 +2615,7 @@ static const AVClass dca_decoder_class = {
|
|||
.item_name = av_default_item_name,
|
||||
.option = options,
|
||||
.version = LIBAVUTIL_VERSION_INT,
|
||||
.category = AV_CLASS_CATEGORY_DECODER,
|
||||
};
|
||||
|
||||
AVCodec ff_dca_decoder = {
|
||||
|
|
Loading…
Add table
Reference in a new issue