diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-05-28 12:50:06 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-06-03 21:55:50 +0200 |
commit | a5c7525bcb1fcbcd6de2240f6417cc4925576632 (patch) | |
tree | d527a6c3638a2466ba51afab164a9fefcdfa1111 /libavformat/options.c | |
parent | 44c10168cff41c200825448b77cb8feff0d316c9 (diff) | |
download | ffmpeg-a5c7525bcb1fcbcd6de2240f6417cc4925576632.tar.gz |
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 'libavformat/options.c')
-rw-r--r-- | libavformat/options.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/options.c b/libavformat/options.c index c3056376d2..832d058dd0 100644 --- a/libavformat/options.c +++ b/libavformat/options.c @@ -83,6 +83,7 @@ static const AVClass av_format_context_class = { .version = LIBAVUTIL_VERSION_INT, .child_next = format_child_next, .child_class_next = format_child_class_next, + .category = AV_CLASS_CATEGORY_MUXER, }; static void avformat_get_context_defaults(AVFormatContext *s) |