summaryrefslogtreecommitdiff
path: root/libavfilter/vf_xfade_opencl.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_xfade_opencl.c')
-rw-r--r--libavfilter/vf_xfade_opencl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_xfade_opencl.c b/libavfilter/vf_xfade_opencl.c
index f8d90a483f..cca4980e01 100644
--- a/libavfilter/vf_xfade_opencl.c
+++ b/libavfilter/vf_xfade_opencl.c
@@ -431,6 +431,6 @@ const AVFilter ff_vf_xfade_opencl = {
.activate = &xfade_opencl_activate,
FILTER_INPUTS(xfade_opencl_inputs),
FILTER_OUTPUTS(xfade_opencl_outputs),
- FILTER_QUERY_FUNC(&ff_opencl_filter_query_formats),
+ FILTER_SINGLE_PIXFMT(AV_PIX_FMT_OPENCL),
.flags_internal = FF_FILTER_FLAG_HWFRAME_AWARE,
};