summaryrefslogtreecommitdiff
path: root/libavutil
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2015-10-12 02:44:40 -0700
committerTimothy Gu <timothygu99@gmail.com>2015-10-17 01:16:50 -0700
commit17c68933f44fc0bf8818b93bb0da1e9ebc5f058f (patch)
treef54cd110ea22751d4fe07c8c3d47122b373f7719 /libavutil
parent893a648182e4d6f5b93a7627229bac7492a184ab (diff)
opencl: Use "opencl" as log context name
All other classes use lowercase names.
Diffstat (limited to 'libavutil')
-rw-r--r--libavutil/opencl.c2
1 files changed, 1 insertions, 1 deletions
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,