summaryrefslogtreecommitdiff
path: root/libavfilter/vf_maskedclamp.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_maskedclamp.c')
-rw-r--r--libavfilter/vf_maskedclamp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_maskedclamp.c b/libavfilter/vf_maskedclamp.c
index 050e3ae6e4..2cd1ec88c7 100644
--- a/libavfilter/vf_maskedclamp.c
+++ b/libavfilter/vf_maskedclamp.c
@@ -84,7 +84,7 @@ static int query_formats(AVFilterContext *ctx)
AV_PIX_FMT_NONE
};
- return ff_set_common_formats(ctx, ff_make_format_list(pix_fmts));
+ return ff_set_common_formats_from_list(ctx, pix_fmts);
}
static int maskedclamp_slice(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs)