mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-26 01:02:33 +00:00
lavu/opencl: fix bug of opencl options
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
a64c9afe3d
commit
6354a6ce52
@ -81,6 +81,7 @@ static const AVOption opencl_options[] = {
|
||||
{ "platform_idx", "set platform index value", OFFSET(platform_idx), AV_OPT_TYPE_INT, {.i64=-1}, -1, INT_MAX},
|
||||
{ "device_idx", "set device index value", OFFSET(device_idx), AV_OPT_TYPE_INT, {.i64=-1}, -1, INT_MAX},
|
||||
{ "build_options", "build options of opencl", OFFSET(build_options), AV_OPT_TYPE_STRING, {.str="-I."}, CHAR_MIN, CHAR_MAX},
|
||||
{ NULL }
|
||||
};
|
||||
|
||||
static const AVClass openclutils_class = {
|
||||
|
Loading…
Reference in New Issue
Block a user