From be8bc645b6b63c9bfdc4a4c3e256f3bae5133e2a Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Tue, 28 Sep 2021 00:27:44 +0200 Subject: avfilter/opencl: Store format in filter, remove query function Signed-off-by: Andreas Rheinhardt --- libavfilter/vf_deshake_opencl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavfilter/vf_deshake_opencl.c') diff --git a/libavfilter/vf_deshake_opencl.c b/libavfilter/vf_deshake_opencl.c index 848f4a4f30..9c761ba5ad 100644 --- a/libavfilter/vf_deshake_opencl.c +++ b/libavfilter/vf_deshake_opencl.c @@ -2195,6 +2195,6 @@ const AVFilter ff_vf_deshake_opencl = { .activate = activate, FILTER_INPUTS(deshake_opencl_inputs), FILTER_OUTPUTS(deshake_opencl_outputs), - FILTER_QUERY_FUNC(&ff_opencl_filter_query_formats), + FILTER_SINGLE_PIXFMT(AV_PIX_FMT_OPENCL), .flags_internal = FF_FILTER_FLAG_HWFRAME_AWARE }; -- cgit v1.2.3