summaryrefslogtreecommitdiff
path: root/libavutil/opencl.c
diff options
context:
space:
mode:
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,