Commit 4447aeaa authored by Paul B Mahol's avatar Paul B Mahol

avfilter/vsrc_testsrc: increase max level of haldclutsrc

So it matches lut3d and haldclut filter.
parent a2210f10
......@@ -280,7 +280,7 @@ AVFilter ff_vsrc_color = {
#if CONFIG_HALDCLUTSRC_FILTER
static const AVOption haldclutsrc_options[] = {
{ "level", "set level", OFFSET(level), AV_OPT_TYPE_INT, {.i64 = 6}, 2, 8, FLAGS },
{ "level", "set level", OFFSET(level), AV_OPT_TYPE_INT, {.i64 = 6}, 2, 16, FLAGS },
COMMON_OPTIONS_NOSIZE
{ NULL }
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment