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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_blackdetect.c b/libavfilter/vf_blackdetect.c
index 909cb377bf..a53927b5bd 100644
--- a/libavfilter/vf_blackdetect.c
+++ b/libavfilter/vf_blackdetect.c
@@ -59,7 +59,7 @@ static const AVOption blackdetect_options[] = {
static const AVClass blackdetect_class = {
.class_name = "BlackDetectContext",
- .item_name = avfilter_default_filter_name,
+ .item_name = av_default_item_name,
.option = blackdetect_options,
};