Data Fields | |
int | x |
int | y |
int | w |
int | h |
unsigned char | yuv_color [4] |
int | vsub |
int | hsub |
chroma subsampling More... | |
Definition at line 38 of file vf_drawbox.c.
int DrawBoxContext::h |
Definition at line 39 of file vf_drawbox.c.
Referenced by config_input(), filter_frame(), and init().
int DrawBoxContext::hsub |
chroma subsampling
Definition at line 41 of file vf_drawbox.c.
Referenced by config_input(), and filter_frame().
int DrawBoxContext::vsub |
Definition at line 41 of file vf_drawbox.c.
Referenced by config_input(), and filter_frame().
int DrawBoxContext::w |
Definition at line 39 of file vf_drawbox.c.
Referenced by config_input(), filter_frame(), and init().
int DrawBoxContext::x |
Definition at line 39 of file vf_drawbox.c.
Referenced by filter_frame(), and init().
int DrawBoxContext::y |
Definition at line 39 of file vf_drawbox.c.
Referenced by config_input(), filter_frame(), and init().
unsigned char DrawBoxContext::yuv_color[4] |
Definition at line 40 of file vf_drawbox.c.
Referenced by config_input(), filter_frame(), and init().