FFmpeg
|
To avoid copying the data from input buffers, this filter creates a custom output buffer that stores references to all inputs and unrefs them on free. More...
Data Fields | |
AVFilterBufferRef ** | in_buffers |
int | nb_in_buffers |
To avoid copying the data from input buffers, this filter creates a custom output buffer that stores references to all inputs and unrefs them on free.
AVFilterBufferRef** JoinBufferPriv::in_buffers |
Definition at line 73 of file af_join.c.
Referenced by join_free_buffer(), and join_request_frame().
int JoinBufferPriv::nb_in_buffers |
Definition at line 74 of file af_join.c.
Referenced by join_free_buffer(), and join_request_frame().