Libav 0.7.1
Data Fields
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
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 112 of file avfilter.h.


Field Documentation

is frame interlaced

Definition at line 116 of file avfilter.h.

Referenced by draw_slice(), end_frame(), ff_dlog_ref(), movie_get_frame(), request_frame(), return_frame(), and start_frame().

1 -> keyframe, 0-> not

Definition at line 119 of file avfilter.h.

Referenced by ff_dlog_ref(), movie_get_frame(), and request_frame().

picture type of the frame

Definition at line 118 of file avfilter.h.

Referenced by ff_dlog_ref(), movie_get_frame(), and request_frame().

pixel aspect ratio

Definition at line 115 of file avfilter.h.

Referenced by color_request_frame(), ff_dlog_ref(), movie_get_frame(), request_frame(), source_request_frame(), and start_frame().

field order

Definition at line 117 of file avfilter.h.

Referenced by draw_slice(), end_frame(), ff_dlog_ref(), movie_get_frame(), request_frame(), and return_frame().


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