summaryrefslogtreecommitdiff
path: root/libavutil/opencl.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-03-07 09:59:27 +0100
committerMichael Niedermayer <michaelni@gmx.at>2015-03-07 09:59:27 +0100
commitebd59d271c24601e08c3569681b129cd27bf4070 (patch)
tree55b0089b4e8457c0ccf3e25fa6063f637b06a9ab /libavutil/opencl.c
parentefff3854f05d171f5ad3e4f4206533b255a6d267 (diff)
Revert "avutil/opencl: is_compiled flag not being cleared in av_opencl_uninit"
Fixed build with opencl enabled Found-by: WJ Liu This reverts commit 0f2359b86926ed33da4bd64ca76d84d03d5ad380.
Diffstat (limited to 'libavutil/opencl.c')
-rw-r--r--libavutil/opencl.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavutil/opencl.c b/libavutil/opencl.c
index a3866cae1d..36cb6fe81d 100644
--- a/libavutil/opencl.c
+++ b/libavutil/opencl.c
@@ -611,9 +611,6 @@ void av_opencl_uninit(void)
}
opencl_ctx.context = NULL;
}
- for (i = 0; i < opencl_ctx.kernel_code_count; i++) {
- opencl_ctx.kernel_code[i].is_compiled = 0;
- }
free_device_list(&opencl_ctx.device_list);
end:
if (opencl_ctx.init_count <= 0)