[FFmpeg-cvslog] avfilter/vsrc_testsrc: increase max level of haldclutsrc

Paul B Mahol git at videolan.org
Sat Oct 26 11:36:29 EEST 2019


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Sat Oct 26 10:24:03 2019 +0200| [4447aeaac2be3c825987cc4ea9e15c08b4bd22b8] | committer: Paul B Mahol

avfilter/vsrc_testsrc: increase max level of haldclutsrc

So it matches lut3d and haldclut filter.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4447aeaac2be3c825987cc4ea9e15c08b4bd22b8
---

 libavfilter/vsrc_testsrc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 }
 };



More information about the ffmpeg-cvslog mailing list