hwcontext_opencl: Remove the opencl_device_init in opencl_device_derive

In opencl device derived case, don't need to call opencl_device_init.

Signed-off-by: Jun Zhao <mypopydev@gmail.com>
pull/349/head
Jun Zhao 7 years ago committed by Jun Zhao
parent 2730a0fdf4
commit e6ac328b79
  1. 5
      libavutil/hwcontext_opencl.c

@ -1361,10 +1361,7 @@ static int opencl_device_derive(AVHWDeviceContext *hwdev,
break;
}
if (err < 0)
return err;
return opencl_device_init(hwdev);
return err;
}
static int opencl_get_plane_format(enum AVPixelFormat pixfmt,

Loading…
Cancel
Save