diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-09-28 00:27:44 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-10-05 18:58:29 +0200 |
commit | be8bc645b6b63c9bfdc4a4c3e256f3bae5133e2a (patch) | |
tree | a7341c334065ac355c0b2353378e2adda4384600 /libavfilter/opencl.h | |
parent | 94047d6aa505994e7d4a165b31692c46d7abab2e (diff) | |
download | ffmpeg-be8bc645b6b63c9bfdc4a4c3e256f3bae5133e2a.tar.gz |
avfilter/opencl: Store format in filter, remove query function
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavfilter/opencl.h')
-rw-r--r-- | libavfilter/opencl.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libavfilter/opencl.h b/libavfilter/opencl.h index 7487e60241..dec376766e 100644 --- a/libavfilter/opencl.h +++ b/libavfilter/opencl.h @@ -237,11 +237,6 @@ do { #define CL_CREATE_BUFFER(ctx, buffer_name, size) CL_CREATE_BUFFER_FLAGS(ctx, buffer_name, 0, size, NULL) /** - * Return that all inputs and outputs support only AV_PIX_FMT_OPENCL. - */ -int ff_opencl_filter_query_formats(AVFilterContext *avctx); - -/** * Check that the input link contains a suitable hardware frames * context and extract the device from it. */ |