FFmpeg
Data Fields
JoinBufferPriv Struct Reference

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
 

Detailed Description

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.

Definition at line 72 of file af_join.c.

Field Documentation

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().


The documentation for this struct was generated from the following file: