This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
avfilter/vf_lut3d: increase MAX_LEVEL
tags/n4.2
Paul B Mahol
6 years ago
parent
d5b2458f46
commit
5840a7f8a6
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavfilter/vf_lut3d.c
+ 1
- 1
libavfilter/vf_lut3d.c
View File
@@ -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;
Write
Preview
Loading…
Cancel
Save