FFmpeg  3.3.6
Data Fields
FlipContext Struct Reference

Data Fields

const AVClassclass
 
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...
 

Detailed Description

Definition at line 39 of file vf_hflip.c.

Field Documentation

◆ class

const AVClass * FlipContext::class

Definition at line 40 of file vf_hflip.c.

◆ max_step

int FlipContext::max_step[4]

max pixel step for each plane, expressed as a number of bytes

Definition at line 41 of file vf_hflip.c.

Referenced by config_props(), and filter_slice().

◆ planewidth

int FlipContext::planewidth[4]

width of each plane

Definition at line 42 of file vf_hflip.c.

Referenced by config_props(), and filter_slice().

◆ planeheight

int FlipContext::planeheight[4]

height of each plane

Definition at line 43 of file vf_hflip.c.

Referenced by config_props(), and filter_slice().

◆ vsub

int FlipContext::vsub

vertical chroma subsampling

Definition at line 35 of file vf_vflip.c.

Referenced by config_input(), config_props(), filter_frame(), and get_video_buffer().


The documentation for this struct was generated from the following files: