Commit 5840a7f8 authored by Paul B Mahol's avatar Paul B Mahol

avfilter/vf_lut3d: increase MAX_LEVEL

parent d5b2458f
...@@ -55,7 +55,7 @@ struct rgbvec { ...@@ -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 /* 3D LUT don't often go up to level 32, but it is common to have a Hald CLUT
* of 512x512 (64x64x64) */ * of 512x512 (64x64x64) */
#define MAX_LEVEL 64 #define MAX_LEVEL 128
typedef struct LUT3DContext { typedef struct LUT3DContext {
const AVClass *class; const AVClass *class;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment