OSDN Git Service

opencl: Use "opencl" as log context name
authorTimothy Gu <timothygu99@gmail.com>
Mon, 12 Oct 2015 09:44:40 +0000 (02:44 -0700)
committerTimothy Gu <timothygu99@gmail.com>
Sat, 17 Oct 2015 08:16:50 +0000 (01:16 -0700)
All other classes use lowercase names.

libavutil/opencl.c

index f720ce0..62706f3 100644 (file)
@@ -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,