AVFilterBufferRefVideoProps Struct Reference

Video specific properties in a reference to an AVFilterBuffer. More...

#include <avfilter.h>

Data Fields

int w
 image width
int h
 image height
AVRational sample_aspect_ratio
 sample aspect ratio
int interlaced
 is frame interlaced
int top_field_first
 field order
enum AVPictureType pict_type
 picture type of the frame
int key_frame
 1 -> keyframe, 0-> not

Detailed Description

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.

Definition at line 116 of file avfilter.h.


Field Documentation


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