mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-27 13:10:37 +00:00
opencl: Use "opencl" as log context name
All other classes use lowercase names.
This commit is contained in:
parent
893a648182
commit
17c68933f4
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user