Commit 17c68933 authored by Timothy Gu's avatar Timothy Gu

opencl: Use "opencl" as log context name

All other classes use lowercase names.
parent 893a6481
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment