summaryrefslogtreecommitdiff
path: root/libavfilter/vf_scroll.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_scroll.c')
-rw-r--r--libavfilter/vf_scroll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_scroll.c b/libavfilter/vf_scroll.c
index 5e9cf76095..8b8e8580f7 100644
--- a/libavfilter/vf_scroll.c
+++ b/libavfilter/vf_scroll.c
@@ -211,9 +211,9 @@ const AVFilter ff_vf_scroll = {
.description = NULL_IF_CONFIG_SMALL("Scroll input video."),
.priv_size = sizeof(ScrollContext),
.priv_class = &scroll_class,
- .query_formats = query_formats,
FILTER_INPUTS(scroll_inputs),
FILTER_OUTPUTS(scroll_outputs),
+ FILTER_QUERY_FUNC(query_formats),
.flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC | AVFILTER_FLAG_SLICE_THREADS,
.process_command = ff_filter_process_command,
};