avcodec/dcadec: set AV_CLASS_CATEGORY

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2013-11-29 04:56:37 +01:00
parent 55bd20a841
commit d2e46b11e4
1 changed files with 1 additions and 0 deletions

View File

@ -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 = {