BufferSourceContext Struct Reference

Data Fields

AVFilterBufferRefbuf
int h
int w
enum PixelFormat pix_fmt
AVRational time_base
 time_base to set in the output link
AVRational pixel_aspect

Detailed Description

Definition at line 31 of file vsrc_buffer.c.

Field Documentation

AVFilterBufferRef* BufferSourceContext::buf
int BufferSourceContext::h

Definition at line 33 of file vsrc_buffer.c.

Referenced by av_vsrc_buffer_add_frame(), config_props(), and init().

enum PixelFormat BufferSourceContext::pix_fmt

Definition at line 34 of file vsrc_buffer.c.

Referenced by av_vsrc_buffer_add_frame(), init(), and query_formats().

AVRational BufferSourceContext::pixel_aspect

Definition at line 36 of file vsrc_buffer.c.

Referenced by config_props(), and init().

AVRational BufferSourceContext::time_base

time_base to set in the output link

Definition at line 35 of file vsrc_buffer.c.

Referenced by config_props(), and init().

int BufferSourceContext::w

Definition at line 33 of file vsrc_buffer.c.

Referenced by av_vsrc_buffer_add_frame(), config_props(), and init().


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