Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2015-10-12 12:44:40 +0300
committerTimothy Gu <timothygu99@gmail.com>2015-10-17 11:16:50 +0300
commit17c68933f44fc0bf8818b93bb0da1e9ebc5f058f (patch)
treef54cd110ea22751d4fe07c8c3d47122b373f7719 /libavutil/opencl.c
parent893a648182e4d6f5b93a7627229bac7492a184ab (diff)
opencl: Use "opencl" as log context name
All other classes use lowercase names.
Diffstat (limited to 'libavutil/opencl.c')
-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,