Browse Source

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>
tags/n4.1
Jun Zhao Jun Zhao 7 years ago
parent
commit
e6ac328b79
1 changed files with 1 additions and 4 deletions
  1. +1
    -4
      libavutil/hwcontext_opencl.c

+ 1
- 4
libavutil/hwcontext_opencl.c View File

@@ -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