| FFmpeg
    | 

| Data Fields | |
| const AVClass * | class | 
| float | hue_deg | 
| float | hue | 
| char * | hue_deg_expr | 
| char * | hue_expr | 
| AVExpr * | hue_deg_pexpr | 
| AVExpr * | hue_pexpr | 
| float | saturation | 
| char * | saturation_expr | 
| AVExpr * | saturation_pexpr | 
| int | hsub | 
| int | vsub | 
| int32_t | hue_sin | 
| int32_t | hue_cos | 
| double | var_values [VAR_NB] | 
Detailed Description
Field Documentation
| int HueContext::hsub | 
Definition at line 71 of file vf_hue.c.
Referenced by config_props(), and filter_frame().
| float HueContext::hue | 
Definition at line 63 of file vf_hue.c.
Referenced by compute_sin_and_cos(), and filter_frame().
| int32_t HueContext::hue_cos | 
Definition at line 74 of file vf_hue.c.
Referenced by compute_sin_and_cos(), and filter_frame().
| float HueContext::hue_deg | 
Definition at line 62 of file vf_hue.c.
Referenced by filter_frame().
| char* HueContext::hue_deg_expr | 
Definition at line 64 of file vf_hue.c.
Referenced by filter_frame(), and init().
| AVExpr* HueContext::hue_deg_pexpr | 
Definition at line 66 of file vf_hue.c.
Referenced by filter_frame(), and uninit().
| char* HueContext::hue_expr | 
Definition at line 65 of file vf_hue.c.
Referenced by filter_frame(), and init().
| AVExpr* HueContext::hue_pexpr | 
Definition at line 67 of file vf_hue.c.
Referenced by filter_frame(), and uninit().
| int32_t HueContext::hue_sin | 
Definition at line 73 of file vf_hue.c.
Referenced by compute_sin_and_cos(), and filter_frame().
| float HueContext::saturation | 
Definition at line 68 of file vf_hue.c.
Referenced by compute_sin_and_cos(), and filter_frame().
| char* HueContext::saturation_expr | 
Definition at line 69 of file vf_hue.c.
Referenced by filter_frame(), and init().
| AVExpr* HueContext::saturation_pexpr | 
Definition at line 70 of file vf_hue.c.
Referenced by filter_frame(), and uninit().
| double HueContext::var_values[VAR_NB] | 
Definition at line 75 of file vf_hue.c.
Referenced by config_props(), and filter_frame().
| int HueContext::vsub | 
Definition at line 72 of file vf_hue.c.
Referenced by config_props(), and filter_frame().
The documentation for this struct was generated from the following file:
Generated on Fri Oct 31 2025 06:56:26 for FFmpeg by
 1.8.11
 1.8.11