summaryrefslogtreecommitdiff
path: root/libavfilter/vf_exposure.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_exposure.c')
-rw-r--r--libavfilter/vf_exposure.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_exposure.c b/libavfilter/vf_exposure.c
index 2b6e6f1586..6443eb77f1 100644
--- a/libavfilter/vf_exposure.c
+++ b/libavfilter/vf_exposure.c
@@ -128,9 +128,9 @@ const AVFilter ff_vf_exposure = {
.description = NULL_IF_CONFIG_SMALL("Adjust exposure of the video stream."),
.priv_size = sizeof(ExposureContext),
.priv_class = &exposure_class,
- .query_formats = query_formats,
FILTER_INPUTS(exposure_inputs),
FILTER_OUTPUTS(exposure_outputs),
+ FILTER_QUERY_FUNC(query_formats),
.flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC | AVFILTER_FLAG_SLICE_THREADS,
.process_command = ff_filter_process_command,
};