FFmpeg
|
Data Fields | |
int | max_step [4] |
max pixel step for each plane, expressed as a number of bytes More... | |
int | planewidth [4] |
width of each plane More... | |
int | planeheight [4] |
height of each plane More... | |
int | vsub |
vertical chroma subsampling More... | |
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_slice().
int FlipContext::planewidth[4] |
width of each plane
Definition at line 40 of file vf_hflip.c.
Referenced by config_props(), and filter_slice().
int FlipContext::planeheight[4] |
height of each plane
Definition at line 41 of file vf_hflip.c.
Referenced by config_props(), and filter_slice().
int FlipContext::vsub |
vertical chroma subsampling
Definition at line 33 of file vf_vflip.c.
Referenced by config_input(), filter_frame(), and get_video_buffer().