| FFmpeg
    | 
| Data Fields | |
| const AVClass * | class | 
| Range | cyan_red | 
| Range | magenta_green | 
| Range | yellow_blue | 
| uint16_t | lut [3][65536] | 
| uint8_t | rgba_map [4] | 
| int | step | 
| int(* | apply_lut )(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) | 
Definition at line 44 of file vf_colorbalance.c.
| const AVClass* ColorBalanceContext::class | 
Definition at line 45 of file vf_colorbalance.c.
| Range ColorBalanceContext::cyan_red | 
Definition at line 46 of file vf_colorbalance.c.
Referenced by config_output().
| Range ColorBalanceContext::magenta_green | 
Definition at line 47 of file vf_colorbalance.c.
Referenced by config_output().
| Range ColorBalanceContext::yellow_blue | 
Definition at line 48 of file vf_colorbalance.c.
Referenced by config_output().
| uint16_t ColorBalanceContext::lut[3][65536] | 
Definition at line 50 of file vf_colorbalance.c.
Referenced by apply_lut16(), apply_lut16_p(), apply_lut8(), apply_lut8_p(), and config_output().
| uint8_t ColorBalanceContext::rgba_map[4] | 
Definition at line 52 of file vf_colorbalance.c.
Referenced by apply_lut16(), apply_lut8(), and config_output().
| int ColorBalanceContext::step | 
Definition at line 53 of file vf_colorbalance.c.
Referenced by apply_lut16(), apply_lut8(), and config_output().
Definition at line 55 of file vf_colorbalance.c.
Referenced by config_output(), and filter_frame().
 1.8.6
 1.8.6