You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
avfilter/vf_lut3d: allow to control when to upload CLUT for haldclut
This commit is contained in:
@@ -66,6 +66,8 @@ typedef struct LUT3DContext {
|
||||
avfilter_action_func *interp;
|
||||
Lut3DPreLut prelut;
|
||||
#if CONFIG_HALDCLUT_FILTER
|
||||
int clut;
|
||||
int got_clut;
|
||||
uint8_t clut_rgba_map[4];
|
||||
int clut_step;
|
||||
int clut_bits;
|
||||
|
||||
Reference in New Issue
Block a user