mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-25 16:52:31 +00:00
avfilter/vf_lut3d: increase max level to upper limit defined by cube format specification
This commit is contained in:
parent
9130028d87
commit
a2210f10d3
@ -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 128
|
||||
#define MAX_LEVEL 256
|
||||
|
||||
typedef struct LUT3DContext {
|
||||
const AVClass *class;
|
||||
|
Loading…
Reference in New Issue
Block a user