summaryrefslogtreecommitdiff
path: root/libavfilter/af_adeclick.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/af_adeclick.c')
-rw-r--r--libavfilter/af_adeclick.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/af_adeclick.c b/libavfilter/af_adeclick.c
index e1ecbc4c9b..c216aaca15 100644
--- a/libavfilter/af_adeclick.c
+++ b/libavfilter/af_adeclick.c
@@ -576,7 +576,7 @@ static int filter_frame(AVFilterLink *inlink)
goto fail;
td.out = out;
- ret = ctx->internal->execute(ctx, filter_channel, &td, NULL, inlink->channels);
+ ret = ff_filter_execute(ctx, filter_channel, &td, NULL, inlink->channels);
if (ret < 0)
goto fail;