diff options
author | Jun Zhao | 2018-06-18 20:19:39 +0800 |
---|---|---|
committer | Jun Zhao | 2018-06-29 05:23:49 +0800 |
commit | 6b453a81bcb5837c571f50d45b74f349c9370605 (patch) | |
tree | 656f32798f71d0b0c96a7902eb797c2f53e9ec5c /libavutil | |
parent | e6ac328b79f42be2c92e8abec458e4b3a32c44f9 (diff) |
hwcontext_opencl: remove an unused variable
remove an unused variable
Signed-off-by: Jun Zhao <mypopydev@gmail.com>
Diffstat (limited to 'libavutil')
-rw-r--r-- | libavutil/hwcontext_opencl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavutil/hwcontext_opencl.c b/libavutil/hwcontext_opencl.c index ad82ef6b2d..728877553f 100644 --- a/libavutil/hwcontext_opencl.c +++ b/libavutil/hwcontext_opencl.c @@ -928,7 +928,6 @@ static int opencl_enumerate_intel_media_vaapi_devices(AVHWDeviceContext *hwdev, clGetDeviceIDsFromVA_APIMediaAdapterINTEL_fn clGetDeviceIDsFromVA_APIMediaAdapterINTEL; cl_int cle; - int err; clGetDeviceIDsFromVA_APIMediaAdapterINTEL = clGetExtensionFunctionAddressForPlatform(platform_id, |