From 4447aeaac2be3c825987cc4ea9e15c08b4bd22b8 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sat, 26 Oct 2019 10:24:03 +0200 Subject: avfilter/vsrc_testsrc: increase max level of haldclutsrc So it matches lut3d and haldclut filter. --- libavfilter/vsrc_testsrc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavfilter/vsrc_testsrc.c') diff --git a/libavfilter/vsrc_testsrc.c b/libavfilter/vsrc_testsrc.c index 2a365bdc15..42d74577b7 100644 --- a/libavfilter/vsrc_testsrc.c +++ b/libavfilter/vsrc_testsrc.c @@ -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 } }; -- cgit v1.2.3