Data Fields | |
| AVFilterBufferRef * | cur_buf |
| last buffer delivered on the sink More... | |
| AVAudioFifo * | audio_fifo |
| FIFO for audio samples. More... | |
| int64_t | next_pts |
| interpolating audio pts More... | |
Definition at line 37 of file buffersink.c.
| AVAudioFifo* BufferSinkContext::audio_fifo |
FIFO for audio samples.
Definition at line 39 of file buffersink.c.
Referenced by av_buffersink_read_samples(), read_from_fifo(), and uninit().
| AVFilterBufferRef* BufferSinkContext::cur_buf |
last buffer delivered on the sink
Definition at line 38 of file buffersink.c.
Referenced by av_buffersink_read(), and filter_frame().
| int64_t BufferSinkContext::next_pts |
interpolating audio pts
Definition at line 40 of file buffersink.c.
Referenced by av_buffersink_read_samples(), and read_from_fifo().