1
0
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:
Paul B Mahol
2022-04-26 19:58:28 +02:00
parent 1da3394adb
commit 452d611fc7
3 changed files with 20 additions and 6 deletions

View File

@@ -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;