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 pixel_aspect
 pixel aspect ratio
int interlaced
 is frame interlaced
int top_field_first
 field order


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


Field Documentation

pixel aspect ratio

Definition at line 116 of file avfilter.h.

Referenced by ff_dprintf_ref(), request_frame(), source_request_frame(), and start_frame().

is frame interlaced

Definition at line 117 of file avfilter.h.

Referenced by ff_dprintf_ref(), request_frame(), return_frame(), and start_frame().

field order

Definition at line 118 of file avfilter.h.

Referenced by ff_dprintf_ref(), request_frame(), and return_frame().


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

Generated on Wed Jan 19 23:49:55 2011 for FFmpeg by  doxygen 1.5.6