[FFmpeg-cvslog] opencl: Use "opencl" as log context name

Timothy Gu git at videolan.org
Sat Oct 17 10:16:58 CEST 2015


ffmpeg | branch: master | Timothy Gu <timothygu99 at gmail.com> | Mon Oct 12 02:44:40 2015 -0700| [17c68933f44fc0bf8818b93bb0da1e9ebc5f058f] | committer: Timothy Gu

opencl: Use "opencl" as log context name

All other classes use lowercase names.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=17c68933f44fc0bf8818b93bb0da1e9ebc5f058f
---

 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,



More information about the ffmpeg-cvslog mailing list