summaryrefslogtreecommitdiff
path: root/libavfilter/vf_copy.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_copy.c')
-rw-r--r--libavfilter/vf_copy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_copy.c b/libavfilter/vf_copy.c
index 0ed61324e7..5554565bae 100644
--- a/libavfilter/vf_copy.c
+++ b/libavfilter/vf_copy.c
@@ -77,5 +77,5 @@ const AVFilter ff_vf_copy = {
.description = NULL_IF_CONFIG_SMALL("Copy the input video unchanged to the output."),
FILTER_INPUTS(avfilter_vf_copy_inputs),
FILTER_OUTPUTS(avfilter_vf_copy_outputs),
- .query_formats = query_formats,
+ FILTER_QUERY_FUNC(query_formats),
};