FFmpeg
|
#include <stdint.h>
Go to the source code of this file.
Variables | |
const uint16_t | ff_mpa_bitrate_tab [2][3][15] |
const uint16_t | ff_mpa_freq_tab [3] = { 44100, 48000, 32000 } |
const uint16_t ff_mpa_bitrate_tab[2][3][15] |
Definition at line 27 of file mpegaudiotabs.h.
Referenced by avpriv_mpegaudio_decode_header(), find_expected_header(), mp3_write_xing(), and MPA_encode_init().
const uint16_t ff_mpa_freq_tab[3] = { 44100, 48000, 32000 } |
Definition at line 37 of file mpegaudiotabs.h.
Referenced by avpriv_mpegaudio_decode_header(), ff_mp4_read_dec_config_descr(), find_expected_header(), mp3_write_xing(), and MPA_encode_init().