|
FFmpeg
|
Go to the source code of this file.
Macros | |
| #define | MAX_CHANNELS 64 |
Functions | |
| AVDownmixInfo * | av_downmix_info_update_side_data (AVFrame *frame) |
| Get a frame's AV_FRAME_DATA_DOWNMIX_INFO side data for editing. More... | |
| AVDownmixMatrix * | av_downmix_matrix_alloc (enum AVDownmixType type, int in_ch_count, size_t *out_size) |
| Allocates memory for AVDownmixMatrix of the given type, plus an array of. More... | |
Variables | |
| static const int | type_map [] |
| #define MAX_CHANNELS 64 |
Definition at line 44 of file downmix_info.c.
|
static |
Definition at line 46 of file downmix_info.c.
Referenced by av_downmix_matrix_alloc().
1.8.17