summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-11-29 04:56:37 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-11-29 04:56:37 +0100
commitd2e46b11e489f0ca8be5b1ea45f6e743b568e382 (patch)
treebe0ed1c58e5c288971a7bfe386e03d12aadf286c /libavcodec
parent55bd20a841d2b98206dbeaebc4c24a5eed44f45c (diff)
avcodec/dcadec: set AV_CLASS_CATEGORY
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/dcadec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/dcadec.c b/libavcodec/dcadec.c
index 483cf0615b..4153755875 100644
--- a/libavcodec/dcadec.c
+++ b/libavcodec/dcadec.c
@@ -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 = {