summaryrefslogtreecommitdiff
path: root/libavfilter/vf_blackdetect.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_blackdetect.c')
-rw-r--r--libavfilter/vf_blackdetect.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/libavfilter/vf_blackdetect.c b/libavfilter/vf_blackdetect.c
index abb22bdfb3..b5a1fadafc 100644
--- a/libavfilter/vf_blackdetect.c
+++ b/libavfilter/vf_blackdetect.c
@@ -58,9 +58,11 @@ static const AVOption blackdetect_options[] = {
};
static const AVClass blackdetect_class = {
- .class_name = "BlackDetectContext",
+ .class_name = "blackdetect",
.item_name = av_default_item_name,
.option = blackdetect_options,
+ .version = LIBAVUTIL_VERSION_INT,
+ .category = AV_CLASS_CATEGORY_FILTER,
};
#define YUVJ_FORMATS \