Definition at line 39 of file buffersink.c.
Definition at line 40 of file buffersink.c.
FIFO buffer of video frame references.
Definition at line 41 of file buffersink.c.
Referenced by add_buffer_ref(), av_buffersink_get_frame_flags(), av_buffersink_poll_frame(), common_init(), filter_frame(), and uninit().
Definition at line 42 of file buffersink.c.
Referenced by common_init(), and filter_frame().
list of accepted pixel formats, must be terminated with -1
Definition at line 45 of file buffersink.c.
Referenced by vsink_query_formats().
Definition at line 46 of file buffersink.c.
Referenced by vsink_query_formats().
list of accepted sample formats, terminated by AV_SAMPLE_FMT_NONE
Definition at line 49 of file buffersink.c.
Referenced by asink_query_formats().
Definition at line 50 of file buffersink.c.
Referenced by asink_query_formats().
list of accepted channel layouts, terminated by -1
Definition at line 51 of file buffersink.c.
Referenced by asink_query_formats().
Definition at line 52 of file buffersink.c.
Referenced by asink_query_formats().
list of accepted channel counts, terminated by -1
Definition at line 53 of file buffersink.c.
Referenced by asink_query_formats().
Definition at line 54 of file buffersink.c.
Referenced by asink_query_formats().
Definition at line 55 of file buffersink.c.
Referenced by asink_query_formats().
list of accepted sample rates, terminated by -1
Definition at line 56 of file buffersink.c.
Referenced by asink_query_formats().
Definition at line 57 of file buffersink.c.
Referenced by asink_query_formats().
FIFO for audio samples.
Definition at line 60 of file buffersink.c.
Referenced by av_buffersink_get_samples(), read_from_fifo(), and uninit().
interpolating audio pts
Definition at line 61 of file buffersink.c.
Referenced by av_buffersink_get_samples(), common_init(), and read_from_fifo().