Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-05-28 14:50:06 +0400
committerMichael Niedermayer <michaelni@gmx.at>2012-06-03 23:55:50 +0400
commita5c7525bcb1fcbcd6de2240f6417cc4925576632 (patch)
treed527a6c3638a2466ba51afab164a9fefcdfa1111 /libavfilter/af_aformat.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 'libavfilter/af_aformat.c')
-rw-r--r--libavfilter/af_aformat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/af_aformat.c b/libavfilter/af_aformat.c
index c602f5ddce..35e7db880a 100644
--- a/libavfilter/af_aformat.c
+++ b/libavfilter/af_aformat.c
@@ -58,6 +58,7 @@ static const AVClass aformat_class = {
.item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
+ .category = AV_CLASS_CATEGORY_FILTER,
};
#define PARSE_FORMATS(str, type, list, add_to_list, get_fmt, none, desc) \