Data Fields | |
int | x1 |
int | y1 |
int | x2 |
int | y2 |
int | limit |
int | round |
int | reset_count |
int | frame_nb |
int | max_pixsteps [4] |
Definition at line 29 of file vf_cropdetect.c.
int CropDetectContext::frame_nb |
Definition at line 34 of file vf_cropdetect.c.
Referenced by end_frame(), and init().
int CropDetectContext::limit |
Definition at line 31 of file vf_cropdetect.c.
Referenced by end_frame(), and init().
int CropDetectContext::max_pixsteps[4] |
Definition at line 35 of file vf_cropdetect.c.
Referenced by config_input(), and end_frame().
int CropDetectContext::reset_count |
Definition at line 33 of file vf_cropdetect.c.
Referenced by end_frame(), and init().
int CropDetectContext::round |
Definition at line 32 of file vf_cropdetect.c.
Referenced by end_frame(), and init().
int CropDetectContext::x1 |
Definition at line 30 of file vf_cropdetect.c.
Referenced by config_input(), and end_frame().
int CropDetectContext::x2 |
Definition at line 30 of file vf_cropdetect.c.
Referenced by config_input(), and end_frame().
int CropDetectContext::y1 |
Definition at line 30 of file vf_cropdetect.c.
Referenced by config_input(), and end_frame().
int CropDetectContext::y2 |
Definition at line 30 of file vf_cropdetect.c.
Referenced by config_input(), and end_frame().