mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avfilter/vsrc_testsrc: increase max level of haldclutsrc
So it matches lut3d and haldclut filter.
This commit is contained in:
parent
a2210f10d3
commit
4447aeaac2
@ -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 }
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user