summaryrefslogtreecommitdiff
path: root/libavfilter/vf_deshake.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_deshake.c')
-rw-r--r--libavfilter/vf_deshake.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_deshake.c b/libavfilter/vf_deshake.c
index 4d3d950191..a2b410c3c8 100644
--- a/libavfilter/vf_deshake.c
+++ b/libavfilter/vf_deshake.c
@@ -552,8 +552,8 @@ const AVFilter ff_vf_deshake = {
.priv_size = sizeof(DeshakeContext),
.init = init,
.uninit = uninit,
- .query_formats = query_formats,
FILTER_INPUTS(deshake_inputs),
FILTER_OUTPUTS(deshake_outputs),
+ FILTER_QUERY_FUNC(query_formats),
.priv_class = &deshake_class,
};