FFmpeg
|
Data Structures | |
struct | amerge_input |
Data Fields | |
const AVClass * | class |
int | nb_inputs |
int | route [SWR_CH_MAX] |
channels routing, see copy_samples | |
int | bps |
struct AMergeContext::amerge_input * | in |
Definition at line 36 of file af_amerge.c.
const AVClass* AMergeContext::class |
Definition at line 37 of file af_amerge.c.
int AMergeContext::nb_inputs |
Definition at line 38 of file af_amerge.c.
Referenced by config_output(), filter_frame(), init(), query_formats(), request_frame(), and uninit().
int AMergeContext::route[SWR_CH_MAX] |
channels routing, see copy_samples
Definition at line 39 of file af_amerge.c.
Referenced by query_formats().
int AMergeContext::bps |
Definition at line 40 of file af_amerge.c.
Referenced by config_output(), and filter_frame().
struct AMergeContext::amerge_input * AMergeContext::in |
Referenced by filter_frame(), init(), query_formats(), request_frame(), and uninit().