FFmpeg
|
Data Fields | |
const AVClass * | class |
int | hsub |
int | vsub |
int | planes |
int | pixsteps [4] |
int | passthrough |
PassthroughType, landscape passthrough mode enabled. More... | |
int | dir |
TransposeDir. More... | |
TransVtable | vtables [4] |
Definition at line 63 of file vf_transpose.c.
const AVClass* TransContext::class |
Definition at line 64 of file vf_transpose.c.
int TransContext::hsub |
Definition at line 65 of file vf_transpose.c.
Referenced by config_props_output(), and filter_slice().
int TransContext::vsub |
Definition at line 65 of file vf_transpose.c.
Referenced by config_props_output(), and filter_slice().
int TransContext::planes |
Definition at line 66 of file vf_transpose.c.
Referenced by config_props_output(), and filter_slice().
int TransContext::pixsteps[4] |
Definition at line 67 of file vf_transpose.c.
Referenced by config_props_output(), and filter_slice().
int TransContext::passthrough |
PassthroughType, landscape passthrough mode enabled.
Definition at line 69 of file vf_transpose.c.
Referenced by config_props_output(), filter_frame(), and get_video_buffer().
int TransContext::dir |
TransposeDir.
Definition at line 70 of file vf_transpose.c.
Referenced by config_props_output(), and filter_slice().
TransVtable TransContext::vtables[4] |
Definition at line 72 of file vf_transpose.c.
Referenced by config_props_output(), and filter_slice().