opencl: Use "opencl" as log context name

All other classes use lowercase names.
pull/155/head
Timothy Gu 10 years ago
parent 893a648182
commit 17c68933f4
  1. 2
      libavutil/opencl.c

@ -84,7 +84,7 @@ static const AVOption opencl_options[] = {
}; };
static const AVClass openclutils_class = { static const AVClass openclutils_class = {
.class_name = "OPENCLUTILS", .class_name = "opencl",
.option = opencl_options, .option = opencl_options,
.item_name = av_default_item_name, .item_name = av_default_item_name,
.version = LIBAVUTIL_VERSION_INT, .version = LIBAVUTIL_VERSION_INT,

Loading…
Cancel
Save