|
FFmpeg
|
Data Fields | |
| const AVClass * | class |
| int | x |
| int | y |
| int | w |
| int | h |
| int | thickness |
| char * | color_str |
| unsigned char | yuv_color [4] |
| int | invert_color |
| invert luma color | |
| int | vsub |
| int | hsub |
| chroma subsampling | |
Definition at line 39 of file vf_drawbox.c.
| const AVClass* DrawBoxContext::class |
Definition at line 40 of file vf_drawbox.c.
Referenced by init().
| int DrawBoxContext::x |
Definition at line 41 of file vf_drawbox.c.
Referenced by config_input(), and filter_frame().
| int DrawBoxContext::y |
Definition at line 41 of file vf_drawbox.c.
Referenced by config_input(), and filter_frame().
| int DrawBoxContext::w |
Definition at line 41 of file vf_drawbox.c.
Referenced by config_input(), and filter_frame().
| int DrawBoxContext::h |
Definition at line 41 of file vf_drawbox.c.
Referenced by config_input(), and filter_frame().
| int DrawBoxContext::thickness |
Definition at line 41 of file vf_drawbox.c.
Referenced by filter_frame().
| char* DrawBoxContext::color_str |
Definition at line 42 of file vf_drawbox.c.
Referenced by init().
| unsigned char DrawBoxContext::yuv_color[4] |
Definition at line 43 of file vf_drawbox.c.
Referenced by config_input(), filter_frame(), and init().
| int DrawBoxContext::invert_color |
invert luma color
Definition at line 44 of file vf_drawbox.c.
Referenced by filter_frame(), and init().
| int DrawBoxContext::vsub |
Definition at line 45 of file vf_drawbox.c.
Referenced by config_input(), and filter_frame().
| int DrawBoxContext::hsub |
chroma subsampling
Definition at line 45 of file vf_drawbox.c.
Referenced by config_input(), and filter_frame().
1.8.2