Commit d2e46b11 authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/dcadec: set AV_CLASS_CATEGORY

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 55bd20a8
......@@ -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 = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment