]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/opencl.c
Merge commit '303f931938c618668f7f83c646a1850bef84641e'
[ffmpeg] / libavutil / opencl.c
index f720ce0eba8ef4b883611bd9a0d87bc92ef12fc1..62706f30941cf5b380b9a0bc4d0c6704b6ecb2fc 100644 (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,