FFmpeg
4.0
|
Data Fields | |
const AVClass * | class |
int | first_field |
int | double_weave |
int | nb_planes |
int | planeheight [4] |
int | linesize [4] |
AVFrame * | prev |
Definition at line 27 of file vf_weave.c.
const AVClass* WeaveContext::class |
Definition at line 28 of file vf_weave.c.
int WeaveContext::first_field |
Definition at line 29 of file vf_weave.c.
Referenced by filter_frame().
int WeaveContext::double_weave |
Definition at line 30 of file vf_weave.c.
Referenced by config_props_output(), filter_frame(), and init().
int WeaveContext::nb_planes |
Definition at line 31 of file vf_weave.c.
Referenced by config_props_output(), and filter_frame().
int WeaveContext::planeheight[4] |
Definition at line 32 of file vf_weave.c.
Referenced by config_props_output(), and filter_frame().
int WeaveContext::linesize[4] |
Definition at line 33 of file vf_weave.c.
Referenced by config_props_output(), and filter_frame().
AVFrame* WeaveContext::prev |
Definition at line 35 of file vf_weave.c.
Referenced by filter_frame(), and uninit().