Browse Source

avfilter/vsrc_testsrc: increase max level of haldclutsrc

So it matches lut3d and haldclut filter.
tags/n4.3
Paul B Mahol 6 years ago
parent
commit
4447aeaac2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavfilter/vsrc_testsrc.c

+ 1
- 1
libavfilter/vsrc_testsrc.c View File

@@ -280,7 +280,7 @@ AVFilter ff_vsrc_color = {
#if CONFIG_HALDCLUTSRC_FILTER #if CONFIG_HALDCLUTSRC_FILTER


static const AVOption haldclutsrc_options[] = { 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 COMMON_OPTIONS_NOSIZE
{ NULL } { NULL }
}; };


Loading…
Cancel
Save