FFmpeg
|
Data Fields | |
int | max_step [4] |
max pixel step for each plane, expressed as a number of bytes | |
int | hsub |
int | vsub |
chroma subsampling | |
Definition at line 38 of file vf_hflip.c.
int FlipContext::max_step[4] |
max pixel step for each plane, expressed as a number of bytes
Definition at line 39 of file vf_hflip.c.
Referenced by config_props(), and filter_frame().
int FlipContext::hsub |
Definition at line 40 of file vf_hflip.c.
Referenced by config_props(), and filter_frame().
int FlipContext::vsub |
chroma subsampling
vertical chroma subsampling
Definition at line 40 of file vf_hflip.c.
Referenced by config_input(), config_props(), filter_frame(), and get_video_buffer().