summaryrefslogtreecommitdiff
path: root/libavfilter/lut3d.h
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2022-04-26 19:58:28 +0200
committerPaul B Mahol <onemda@gmail.com>2022-04-26 20:07:04 +0200
commit452d611fc70cf7c37df5c68fecedc0e38981e94a (patch)
tree010615f2dbd399feeb52a94d4e00c0630d11d2ca /libavfilter/lut3d.h
parent1da3394adb04f6fa97f8730a9ac6f25bc4c440b4 (diff)
avfilter/vf_lut3d: allow to control when to upload CLUT for haldclut
Diffstat (limited to 'libavfilter/lut3d.h')
-rw-r--r--libavfilter/lut3d.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavfilter/lut3d.h b/libavfilter/lut3d.h
index 97cd413233..14e3c7fea6 100644
--- a/libavfilter/lut3d.h
+++ b/libavfilter/lut3d.h
@@ -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;