Browse Source

opencl: Use "opencl" as log context name

All other classes use lowercase names.
tags/n3.0
Timothy Gu 10 years ago
parent
commit
17c68933f4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavutil/opencl.c

+ 1
- 1
libavutil/opencl.c 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,


Loading…
Cancel
Save