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 f46c5c9934..6152ec5405 100644
--- a/libavfilter/vf_maskedclamp.c
+++ b/libavfilter/vf_maskedclamp.c
@@ -315,9 +315,9 @@ const AVFilter ff_vf_maskedclamp = {
.priv_size = sizeof(MaskedClampContext),
.uninit = uninit,
.activate = activate,
- .query_formats = query_formats,
FILTER_INPUTS(maskedclamp_inputs),
FILTER_OUTPUTS(maskedclamp_outputs),
+ FILTER_QUERY_FUNC(query_formats),
.priv_class = &maskedclamp_class,
.flags = AVFILTER_FLAG_SUPPORT_TIMELINE_INTERNAL | AVFILTER_FLAG_SLICE_THREADS,
.process_command = ff_filter_process_command,