You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avfilter/vf_lut3d: increase MAX_LEVEL
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user