| 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  More... | |
| int | vsub | 
| int | hsub | 
| chroma subsampling  More... | |
Detailed Description
Definition at line 39 of file vf_drawbox.c.
Field Documentation
| const AVClass* DrawBoxContext::class | 
Definition at line 40 of file vf_drawbox.c.
| char* DrawBoxContext::color_str | 
Definition at line 42 of file vf_drawbox.c.
Referenced by init().
| int DrawBoxContext::h | 
Definition at line 41 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().
| int DrawBoxContext::invert_color | 
invert luma color
Definition at line 44 of file vf_drawbox.c.
Referenced by filter_frame(), and init().
| int DrawBoxContext::thickness | 
Definition at line 41 of file vf_drawbox.c.
Referenced by filter_frame().
| int DrawBoxContext::vsub | 
Definition at line 45 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::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().
| unsigned char DrawBoxContext::yuv_color[4] | 
Definition at line 43 of file vf_drawbox.c.
Referenced by config_input(), filter_frame(), and init().
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