summaryrefslogtreecommitdiff
path: root/libavfilter/vsrc_testsrc.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2019-10-26 10:24:03 +0200
committerPaul B Mahol <onemda@gmail.com>2019-10-26 10:32:20 +0200
commit4447aeaac2be3c825987cc4ea9e15c08b4bd22b8 (patch)
tree23e689f1a79ad8bcacf855292abbae192b5d34fe /libavfilter/vsrc_testsrc.c
parenta2210f10d37e890eefa1f94a5528ac69fa1515d2 (diff)
downloadffmpeg-4447aeaac2be3c825987cc4ea9e15c08b4bd22b8.tar.gz
avfilter/vsrc_testsrc: increase max level of haldclutsrc
So it matches lut3d and haldclut filter.
Diffstat (limited to 'libavfilter/vsrc_testsrc.c')
-rw-r--r--libavfilter/vsrc_testsrc.c2
1 files changed, 1 insertions, 1 deletions
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 }
};