AVFilterBufferRefVideoProps

Video specific properties in a reference to an AVFilterBuffer. Since AVFilterBufferRef is common to different media formats, video specific per reference properties must be separated out.

Members

Variables

h
int h;

< image height

interlaced
int interlaced;

< is frame interlaced

key_frame
int key_frame;

< 1 -> keyframe, 0-> not

pict_type
AVPictureType pict_type;

< picture type of the frame

qp_table
int8_t* qp_table;
Undocumented in source.
qp_table_linesize
int qp_table_linesize;

< qp_table stride

qp_table_size
int qp_table_size;

< qp_table size

sample_aspect_ratio
AVRational sample_aspect_ratio;

< sample aspect ratio

top_field_first
int top_field_first;

< field order

w
int w;

< image width

Meta