AVFilterBufferRefVideoProps Struct Reference

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

#include <avfilter.h>

Data Fields

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

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 121 of file avfilter.h.

Field Documentation

int AVFilterBufferRefVideoProps::interlaced
int AVFilterBufferRefVideoProps::key_frame

1 -> keyframe, 0-> not

Definition at line 128 of file avfilter.h.

Referenced by avfilter_copy_buf_props(), avfilter_copy_frame_props(), ff_dlog_ref(), filter_frame(), and request_frame().

enum AVPictureType AVFilterBufferRefVideoProps::pict_type

picture type of the frame

Definition at line 127 of file avfilter.h.

Referenced by avfilter_copy_buf_props(), avfilter_copy_frame_props(), ff_dlog_ref(), filter_frame(), request_frame(), and select_frame().

AVRational AVFilterBufferRefVideoProps::pixel_aspect
int AVFilterBufferRefVideoProps::top_field_first

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