Data Fields | |
| AVFilterBufferRef * | buf |
| int | h |
| int | w |
| enum PixelFormat | pix_fmt |
| AVRational | time_base |
| time_base to set in the output link | |
| AVRational | pixel_aspect |
Definition at line 31 of file vsrc_buffer.c.
| AVFilterBufferRef* BufferSourceContext::buf |
Definition at line 32 of file vsrc_buffer.c.
Referenced by av_buffersrc_buffer(), av_vsrc_buffer_add_frame(), poll_frame(), request_frame(), and uninit().
| 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().