summaryrefslogtreecommitdiff
path: root/libavfilter/vf_deshake_opencl.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_deshake_opencl.c')
-rw-r--r--libavfilter/vf_deshake_opencl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_deshake_opencl.c b/libavfilter/vf_deshake_opencl.c
index 93c50a410d..848f4a4f30 100644
--- a/libavfilter/vf_deshake_opencl.c
+++ b/libavfilter/vf_deshake_opencl.c
@@ -2192,9 +2192,9 @@ const AVFilter ff_vf_deshake_opencl = {
.priv_class = &deshake_opencl_class,
.init = &ff_opencl_filter_init,
.uninit = &deshake_opencl_uninit,
- .query_formats = &ff_opencl_filter_query_formats,
.activate = activate,
FILTER_INPUTS(deshake_opencl_inputs),
FILTER_OUTPUTS(deshake_opencl_outputs),
+ FILTER_QUERY_FUNC(&ff_opencl_filter_query_formats),
.flags_internal = FF_FILTER_FLAG_HWFRAME_AWARE
};