FFmpeg
|
Data Fields | |
const AVClass * | class |
int | preset |
char * | comp_points_str [NB_COMP+1] |
char * | comp_points_str_all |
uint8_t | graph [NB_COMP+1][256] |
char * | psfile |
uint8_t | rgba_map [4] |
int | step |
Definition at line 61 of file vf_curves.c.
const AVClass* CurvesContext::class |
Definition at line 62 of file vf_curves.c.
int CurvesContext::preset |
Definition at line 63 of file vf_curves.c.
Referenced by init().
char* CurvesContext::comp_points_str[NB_COMP+1] |
Definition at line 64 of file vf_curves.c.
Referenced by init(), and parse_psfile().
char* CurvesContext::comp_points_str_all |
Definition at line 65 of file vf_curves.c.
Referenced by init().
Definition at line 66 of file vf_curves.c.
Referenced by filter_slice(), and init().
char* CurvesContext::psfile |
Definition at line 67 of file vf_curves.c.
Referenced by init().
uint8_t CurvesContext::rgba_map[4] |
Definition at line 68 of file vf_curves.c.
Referenced by config_input(), and filter_slice().
int CurvesContext::step |
Definition at line 69 of file vf_curves.c.
Referenced by config_input(), and filter_slice().