[FFmpeg-devel] [PATCH 3/4] opencl: Use "opencl" as log context name
Wei Gao
highgod0401 at gmail.com
Wed Oct 14 08:45:33 CEST 2015
2015-10-14 12:48 GMT+08:00 Timothy Gu <timothygu99 at gmail.com>:
> All other classes use lowercase names.
> ---
> libavutil/opencl.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavutil/opencl.c b/libavutil/opencl.c
> index f720ce0..62706f3 100644
> --- a/libavutil/opencl.c
> +++ b/libavutil/opencl.c
> @@ -84,7 +84,7 @@ static const AVOption opencl_options[] = {
> };
>
> static const AVClass openclutils_class = {
> - .class_name = "OPENCLUTILS",
> + .class_name = "opencl",
> .option = opencl_options,
> .item_name = av_default_item_name,
> .version = LIBAVUTIL_VERSION_INT,
> --
> 2.1.4
>
Look good to me
Thanks
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
More information about the ffmpeg-devel
mailing list