[FFmpeg-cvslog] avfilter/vf_lut3d: increase MAX_LEVEL

Paul B Mahol git at videolan.org
Sun Apr 28 11:59:00 EEST 2019


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Sun Apr 28 10:52:21 2019 +0200| [5840a7f8a6d76d0f755dccfe544b58af1ba8b028] | committer: Paul B Mahol

avfilter/vf_lut3d: increase MAX_LEVEL

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

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

diff --git a/libavfilter/vf_lut3d.c b/libavfilter/vf_lut3d.c
index bdb0d89be2..a525039baa 100644
--- a/libavfilter/vf_lut3d.c
+++ b/libavfilter/vf_lut3d.c
@@ -55,7 +55,7 @@ struct rgbvec {
 
 /* 3D LUT don't often go up to level 32, but it is common to have a Hald CLUT
  * of 512x512 (64x64x64) */
-#define MAX_LEVEL 64
+#define MAX_LEVEL 128
 
 typedef struct LUT3DContext {
     const AVClass *class;



More information about the ffmpeg-cvslog mailing list