You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
opencl: Use "opencl" as log context name
All other classes use lowercase names.
This commit is contained in:
@@ -84,7 +84,7 @@ static const AVOption opencl_options[] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static const AVClass openclutils_class = {
|
static const AVClass openclutils_class = {
|
||||||
.class_name = "OPENCLUTILS",
|
.class_name = "opencl",
|
||||||
.option = opencl_options,
|
.option = opencl_options,
|
||||||
.item_name = av_default_item_name,
|
.item_name = av_default_item_name,
|
||||||
.version = LIBAVUTIL_VERSION_INT,
|
.version = LIBAVUTIL_VERSION_INT,
|
||||||
|
Reference in New Issue
Block a user