summaryrefslogtreecommitdiff
path: root/libavfilter/vf_lensfun.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_lensfun.c')
-rw-r--r--libavfilter/vf_lensfun.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_lensfun.c b/libavfilter/vf_lensfun.c
index 3837500481..c9a62ccee7 100644
--- a/libavfilter/vf_lensfun.c
+++ b/libavfilter/vf_lensfun.c
@@ -534,9 +534,9 @@ const AVFilter ff_vf_lensfun = {
.priv_size = sizeof(LensfunContext),
.init = init,
.uninit = uninit,
- .query_formats = query_formats,
FILTER_INPUTS(lensfun_inputs),
FILTER_OUTPUTS(lensfun_outputs),
+ FILTER_QUERY_FUNC(query_formats),
.priv_class = &lensfun_class,
.flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC | AVFILTER_FLAG_SLICE_THREADS,
};