From 17c68933f44fc0bf8818b93bb0da1e9ebc5f058f Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Mon, 12 Oct 2015 02:44:40 -0700 Subject: opencl: Use "opencl" as log context name All other classes use lowercase names. --- libavutil/opencl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavutil/opencl.c') diff --git a/libavutil/opencl.c b/libavutil/opencl.c index f720ce0eba..62706f3094 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, -- cgit v1.2.3