#include <stdint.h>Go to the source code of this file.
Data Structures | |
| struct | MPEG4AudioConfig |
Functions | |
| int | ff_mpeg4audio_get_config (MPEG4AudioConfig *c, const uint8_t *buf, int buf_size) |
| Parse MPEG-4 systems extradata to retrieve audio configuration. | |
Variables | |
| const int | ff_mpeg4audio_sample_rates [16] |
| const uint8_t | ff_mpeg4audio_channels [8] |
| int ff_mpeg4audio_get_config | ( | MPEG4AudioConfig * | c, | |
| const uint8_t * | buf, | |||
| int | buf_size | |||
| ) |
Parse MPEG-4 systems extradata to retrieve audio configuration.
| [in] | c | MPEG4AudioConfig structure to fill. |
| [in] | buf | Extradata from container. |
| [in] | buf_size | Extradata size. |
Definition at line 49 of file mpeg4audio.c.
Referenced by decode_audio_specific_config(), flv_read_packet(), and mov_read_esds().
| const uint8_t ff_mpeg4audio_channels[8] |
Definition at line 30 of file mpeg4audio.c.
Referenced by aac_sync(), ff_aac_parse_header(), flv_read_packet(), and mov_read_esds().
| const int ff_mpeg4audio_sample_rates[16] |
Definition at line 25 of file mpeg4audio.c.
Referenced by aac_encode_init(), decode_pce(), ff_aac_parse_header(), get_aac_sample_rates(), get_sample_rate(), and matroska_aac_sri().
1.5.8