|
FFmpeg
|
Data Structures | |
| struct | amerge_input |
Data Fields | |
| const AVClass * | class |
| int | nb_inputs |
| int | route [SWR_CH_MAX] |
| channels routing, see copy_samples More... | |
| int | bps |
| struct AMergeContext::amerge_input * | in |
Definition at line 40 of file af_amerge.c.
| const AVClass* AMergeContext::class |
Definition at line 41 of file af_amerge.c.
| int AMergeContext::nb_inputs |
Definition at line 42 of file af_amerge.c.
Referenced by config_output(), init(), query_formats(), try_push_frame(), and uninit().
| int AMergeContext::route[SWR_CH_MAX] |
channels routing, see copy_samples
Definition at line 43 of file af_amerge.c.
Referenced by query_formats(), and try_push_frame().
| int AMergeContext::bps |
Definition at line 44 of file af_amerge.c.
Referenced by config_output(), and try_push_frame().
| struct AMergeContext::amerge_input * AMergeContext::in |
Referenced by init(), query_formats(), try_push_frame(), and uninit().
1.8.6