[FFmpeg-devel] [PATCH]libavutil & opencl: remove opencl default device type

Stefano Sabatini stefasab at gmail.com
Sat Nov 30 13:52:29 CET 2013


Subject nit: lavu/opencl: remove opencl default

On date Saturday 2013-11-30 01:27:57 -0600, Lenny Wang encoded:
> CL_DEVICE_TYPE_DEFAULT makes duplicated device entries for each
> platform using av_opencl_get_device_list()
> 
> ---
>  libavutil/opencl.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/libavutil/opencl.c b/libavutil/opencl.c
> index ae4c476..8654c25 100644
> --- a/libavutil/opencl.c
> +++ b/libavutil/opencl.c
> @@ -98,7 +98,7 @@ static const AVClass openclutils_class = {
> 
>  static OpenclContext opencl_ctx = {&openclutils_class};
> 
> -static const cl_device_type device_type[] = {CL_DEVICE_TYPE_GPU,
> CL_DEVICE_TYPE_CPU, CL_DEVICE_TYPE_DEFAULT};
> +static const cl_device_type device_type[] = {CL_DEVICE_TYPE_GPU,
> CL_DEVICE_TYPE_CPU};

LGTM if Wei is fine with it.
-- 
FFmpeg = Fancy Fantastic Majestic Portable Evanescent Gospel


More information about the ffmpeg-devel mailing list