FFmpeg  4.0
Data Fields
ColorBalanceContext Struct Reference

Data Fields

const AVClassclass
 
Range cyan_red
 
Range magenta_green
 
Range yellow_blue
 
uint8_t lut [3][256]
 
uint8_t rgba_map [4]
 
int step
 

Detailed Description

Definition at line 40 of file vf_colorbalance.c.

Field Documentation

◆ class

const AVClass* ColorBalanceContext::class

Definition at line 41 of file vf_colorbalance.c.

◆ cyan_red

Range ColorBalanceContext::cyan_red

Definition at line 42 of file vf_colorbalance.c.

Referenced by config_output().

◆ magenta_green

Range ColorBalanceContext::magenta_green

Definition at line 43 of file vf_colorbalance.c.

Referenced by config_output().

◆ yellow_blue

Range ColorBalanceContext::yellow_blue

Definition at line 44 of file vf_colorbalance.c.

Referenced by config_output().

◆ lut

uint8_t ColorBalanceContext::lut[3][256]

Definition at line 46 of file vf_colorbalance.c.

Referenced by config_output(), and filter_frame().

◆ rgba_map

uint8_t ColorBalanceContext::rgba_map[4]

Definition at line 48 of file vf_colorbalance.c.

Referenced by config_output(), and filter_frame().

◆ step

int ColorBalanceContext::step

Definition at line 49 of file vf_colorbalance.c.

Referenced by config_output(), and filter_frame().


The documentation for this struct was generated from the following file: