summaryrefslogtreecommitdiff
path: root/libavfilter/vf_threshold.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_threshold.c')
-rw-r--r--libavfilter/vf_threshold.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_threshold.c b/libavfilter/vf_threshold.c
index b6b93fef6f..65da3734b0 100644
--- a/libavfilter/vf_threshold.c
+++ b/libavfilter/vf_threshold.c
@@ -352,10 +352,10 @@ const AVFilter ff_vf_threshold = {
.priv_size = sizeof(ThresholdContext),
.priv_class = &threshold_class,
.uninit = uninit,
- .query_formats = query_formats,
.activate = activate,
FILTER_INPUTS(inputs),
FILTER_OUTPUTS(outputs),
+ FILTER_QUERY_FUNC(query_formats),
.flags = AVFILTER_FLAG_SUPPORT_TIMELINE_INTERNAL | AVFILTER_FLAG_SLICE_THREADS,
.process_command = ff_filter_process_command,
};