summaryrefslogtreecommitdiff
path: root/libavcodec/options.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-05-28 12:50:06 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-06-03 21:55:50 +0200
commita5c7525bcb1fcbcd6de2240f6417cc4925576632 (patch)
treed527a6c3638a2466ba51afab164a9fefcdfa1111 /libavcodec/options.c
parent44c10168cff41c200825448b77cb8feff0d316c9 (diff)
set some categories of some AVClass structs
Please help setting the category for all remaining AVClasses Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/options.c')
-rw-r--r--libavcodec/options.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/options.c b/libavcodec/options.c
index a08b7e5225..ed51146c16 100644
--- a/libavcodec/options.c
+++ b/libavcodec/options.c
@@ -73,6 +73,7 @@ static const AVClass av_codec_context_class = {
.log_level_offset_offset = offsetof(AVCodecContext, log_level_offset),
.child_next = codec_child_next,
.child_class_next = codec_child_class_next,
+ .category = AV_CLASS_CATEGORY_ENCODER,
};
#if FF_API_ALLOC_CONTEXT