FFmpeg
|
#include <hflip.h>
Data Fields | |
const AVClass * | class |
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... | |
void(* | flip_line [4])(const uint8_t *src, uint8_t *dst, int w) |
int | vsub |
vertical chroma subsampling More... | |
int FlipContext::max_step[4] |
int FlipContext::vsub |
vertical chroma subsampling
Definition at line 35 of file vf_vflip.c.