Data Fields | |
AVFifoBuffer * | fifo |
FIFO buffer of video frame references. | |
enum PixelFormat * | pixel_fmts |
list of accepted pixel formats, must be terminated with -1 | |
enum AVSampleFormat * | sample_fmts |
list of accepted sample formats, terminated by AV_SAMPLE_FMT_NONE | |
int64_t * | channel_layouts |
list of accepted channel layouts, terminated by -1 | |
int * | packing_fmts |
list of accepted packing formats, terminated by -1 |
Definition at line 58 of file sink_buffer.c.
int64_t* BufferSinkContext::channel_layouts |
list of accepted channel layouts, terminated by -1
Definition at line 66 of file sink_buffer.c.
FIFO buffer of video frame references.
Definition at line 59 of file sink_buffer.c.
Referenced by av_buffersink_get_buffer_ref(), av_buffersink_poll_frame(), common_init(), common_uninit(), and end_frame().
list of accepted packing formats, terminated by -1
Definition at line 67 of file sink_buffer.c.
list of accepted pixel formats, must be terminated with -1
Definition at line 62 of file sink_buffer.c.
list of accepted sample formats, terminated by AV_SAMPLE_FMT_NONE
Definition at line 65 of file sink_buffer.c.