[FFmpeg-devel] [PATCH 3/4] opencl: Use "opencl" as log context name
Timothy Gu
timothygu99 at gmail.com
Wed Oct 14 06:48:37 CEST 2015
All other classes use lowercase names.
---
libavutil/opencl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavutil/opencl.c b/libavutil/opencl.c
index f720ce0..62706f3 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,
--
2.1.4
More information about the ffmpeg-devel
mailing list