FFmpeg
|
Data Fields | |
const AVClass * | class |
int | requested_planes |
int | map [4] |
int | linesize [4] |
int | is_packed |
int | depth |
int | step |
Definition at line 41 of file vf_extractplanes.c.
const AVClass* ExtractPlanesContext::class |
Definition at line 42 of file vf_extractplanes.c.
int ExtractPlanesContext::requested_planes |
Definition at line 43 of file vf_extractplanes.c.
Referenced by config_input(), and init().
int ExtractPlanesContext::map[4] |
Definition at line 44 of file vf_extractplanes.c.
Referenced by config_input(), config_output(), filter_frame(), and init().
int ExtractPlanesContext::linesize[4] |
Definition at line 45 of file vf_extractplanes.c.
Referenced by config_input(), and filter_frame().
int ExtractPlanesContext::is_packed |
Definition at line 46 of file vf_extractplanes.c.
Referenced by config_input(), and filter_frame().
int ExtractPlanesContext::depth |
Definition at line 47 of file vf_extractplanes.c.
Referenced by config_input(), and filter_frame().
int ExtractPlanesContext::step |
Definition at line 48 of file vf_extractplanes.c.
Referenced by config_input(), and filter_frame().