From 9d442b9cc0347bf9fc9c753cda62df7f43842416 Mon Sep 17 00:00:00 2001 From: highgod0401 Date: Thu, 11 Apr 2013 12:57:52 +0800 Subject: opencl: add spec opencl device APIs 20130411 Signed-off-by: Michael Niedermayer --- libavfilter/deshake_opencl.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'libavfilter/deshake_opencl.c') diff --git a/libavfilter/deshake_opencl.c b/libavfilter/deshake_opencl.c index 63d144a241..0f6dcc4d6a 100644 --- a/libavfilter/deshake_opencl.c +++ b/libavfilter/deshake_opencl.c @@ -98,10 +98,7 @@ int ff_opencl_deshake_init(AVFilterContext *ctx) { int ret = 0; DeshakeContext *deshake = ctx->priv; - AVDictionary *options = NULL; - av_dict_set(&options, "build_options", "-I.", 0); - ret = av_opencl_init(options, NULL); - av_dict_free(&options); + ret = av_opencl_init(NULL); if (ret < 0) return ret; deshake->opencl_ctx.matrix_size = MATRIX_SIZE; -- cgit v1.2.3