summaryrefslogtreecommitdiff
path: root/libavfilter/vf_dedot.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_dedot.c')
-rw-r--r--libavfilter/vf_dedot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_dedot.c b/libavfilter/vf_dedot.c
index a0638f45b4..6ca47c262a 100644
--- a/libavfilter/vf_dedot.c
+++ b/libavfilter/vf_dedot.c
@@ -289,7 +289,7 @@ static int activate(AVFilterContext *ctx)
s->frames[4]) {
out = av_frame_clone(s->frames[2]);
if (out && !ctx->is_disabled) {
- ret = av_frame_make_writable(out);
+ ret = ff_inlink_make_frame_writable(inlink, &out);
if (ret >= 0) {
if (s->m & 1)
ff_filter_execute(ctx, s->dedotcrawl, out, NULL,