opencl: Use "opencl" as log context name

All other classes use lowercase names.
This commit is contained in:
Timothy Gu 2015-10-12 02:44:40 -07:00
parent 893a648182
commit 17c68933f4

View 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,