summaryrefslogtreecommitdiff
path: root/libavfilter/af_amerge.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/af_amerge.c')
-rw-r--r--libavfilter/af_amerge.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/libavfilter/af_amerge.c b/libavfilter/af_amerge.c
index 43d2a75890..bd0437d01b 100644
--- a/libavfilter/af_amerge.c
+++ b/libavfilter/af_amerge.c
@@ -53,9 +53,11 @@ static const AVOption amerge_options[] = {
};
static const AVClass amerge_class = {
- .class_name = "AMergeContext",
+ .class_name = "amerge",
.item_name = av_default_item_name,
.option = amerge_options,
+ .version = LIBAVUTIL_VERSION_INT,
+ .category = AV_CLASS_CATEGORY_FILTER,
};
static av_cold void uninit(AVFilterContext *ctx)