From 6354a6ce5271a32857238a8ccb2107286984feb5 Mon Sep 17 00:00:00 2001 From: highgod0401 Date: Thu, 2 May 2013 12:52:04 +0800 Subject: lavu/opencl: fix bug of opencl options Signed-off-by: Michael Niedermayer --- libavutil/opencl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavutil/opencl.c') diff --git a/libavutil/opencl.c b/libavutil/opencl.c index 1fdb096fc8..8974a589c2 100644 --- a/libavutil/opencl.c +++ b/libavutil/opencl.c @@ -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 = { -- cgit v1.2.3