summaryrefslogtreecommitdiff
path: root/libavfilter/opencl.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/opencl.h')
-rw-r--r--libavfilter/opencl.h5
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.
*/