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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/af_aformat.c')
-rw-r--r--libavfilter/af_aformat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavfilter/af_aformat.c b/libavfilter/af_aformat.c
index cdd5d12d9c..afe613bdd6 100644
--- a/libavfilter/af_aformat.c
+++ b/libavfilter/af_aformat.c
@@ -54,11 +54,11 @@ static const AVOption options[] = {
};
static const AVClass aformat_class = {
- .class_name = "aformat filter",
+ .class_name = "aformat",
.item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
- .category = AV_CLASS_CATEGORY_FILTER,
+ .category = AV_CLASS_CATEGORY_FILTER,
};
#define PARSE_FORMATS(str, type, list, add_to_list, get_fmt, none, desc) \