diff options
author | Timothy Gu <timothygu99@gmail.com> | 2015-10-12 02:44:40 -0700 |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2015-10-17 01:16:50 -0700 |
commit | 17c68933f44fc0bf8818b93bb0da1e9ebc5f058f (patch) | |
tree | f54cd110ea22751d4fe07c8c3d47122b373f7719 /libavutil | |
parent | 893a648182e4d6f5b93a7627229bac7492a184ab (diff) | |
download | ffmpeg-17c68933f44fc0bf8818b93bb0da1e9ebc5f058f.tar.gz |
opencl: Use "opencl" as log context name
All other classes use lowercase names.
Diffstat (limited to 'libavutil')
-rw-r--r-- | libavutil/opencl.c | 2 |
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, |