summaryrefslogtreecommitdiff
path: root/libavfilter/vf_maskedthreshold.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_maskedthreshold.c')
-rw-r--r--libavfilter/vf_maskedthreshold.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavfilter/vf_maskedthreshold.c b/libavfilter/vf_maskedthreshold.c
index e80d383f9d..1392e09176 100644
--- a/libavfilter/vf_maskedthreshold.c
+++ b/libavfilter/vf_maskedthreshold.c
@@ -191,8 +191,8 @@ static int process_frame(FFFrameSync *fs)
td.ref = ref;
td.dst = out;
- ctx->internal->execute(ctx, threshold_slice, &td, NULL, FFMIN(s->planeheight[2],
- ff_filter_get_nb_threads(ctx)));
+ ff_filter_execute(ctx, threshold_slice, &td, NULL,
+ FFMIN(s->planeheight[2], ff_filter_get_nb_threads(ctx)));
}
out->pts = av_rescale_q(s->fs.pts, s->fs.time_base, outlink->time_base);