summaryrefslogtreecommitdiff
path: root/libavfilter/vf_hysteresis.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_hysteresis.c')
-rw-r--r--libavfilter/vf_hysteresis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_hysteresis.c b/libavfilter/vf_hysteresis.c
index 0346465e43..abdf224f83 100644
--- a/libavfilter/vf_hysteresis.c
+++ b/libavfilter/vf_hysteresis.c
@@ -374,10 +374,10 @@ const AVFilter ff_vf_hysteresis = {
.preinit = hysteresis_framesync_preinit,
.priv_size = sizeof(HysteresisContext),
.uninit = uninit,
- .query_formats = query_formats,
.activate = activate,
FILTER_INPUTS(hysteresis_inputs),
FILTER_OUTPUTS(hysteresis_outputs),
+ FILTER_QUERY_FUNC(query_formats),
.priv_class = &hysteresis_class,
.flags = AVFILTER_FLAG_SUPPORT_TIMELINE_INTERNAL,
};