diff options
| author | Martin Storsjo <martin@martin.st> | 2018-08-31 14:07:00 +0300 |
|---|---|---|
| committer | Martin Storsjo <martin@martin.st> | 2018-09-02 23:18:06 +0300 |
| commit | 59995402a5260fbc9bd451af6d6c03bf1ccc73ee (patch) | |
| tree | 1eb75ee4b007b23cb586741775ce1193943f101c /libAACdec/src/usacdec_rom.cpp | |
| parent | 44f8845eb6135f27573558c63b176bb5820684df (diff) | |
| download | fdk-aac-59995402a5260fbc9bd451af6d6c03bf1ccc73ee.tar.gz fdk-aac-59995402a5260fbc9bd451af6d6c03bf1ccc73ee.tar.bz2 fdk-aac-59995402a5260fbc9bd451af6d6c03bf1ccc73ee.zip | |
Add an fdk_ prefix to t_qua_gain7b
This fixes symbol collisions, if libfdk-aac and libopencore-amr are
statically linked into the same binary.
Diffstat (limited to 'libAACdec/src/usacdec_rom.cpp')
| -rw-r--r-- | libAACdec/src/usacdec_rom.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libAACdec/src/usacdec_rom.cpp b/libAACdec/src/usacdec_rom.cpp index 519e992..ca3009e 100644 --- a/libAACdec/src/usacdec_rom.cpp +++ b/libAACdec/src/usacdec_rom.cpp @@ -1249,7 +1249,7 @@ const FIXP_LPC fdk_dec_dico_lsf_abs_8b[] = { adaptive codebook gain g_p (left column). Scaled by 2.0f. innovative codebook gain g_c (right column). Scaled by 16.0f. */ -const FIXP_SGL t_qua_gain7b[128 * 2] = { +const FIXP_SGL fdk_t_qua_gain7b[128 * 2] = { 204, 441, 464, 1977, 869, 1077, 1072, 3062, 1281, 4759, 1647, 1539, 1845, 7020, 1853, 634, 1995, 2336, 2351, 15400, 2661, 1165, 2702, 3900, 2710, 10133, 3195, 1752, 3498, 2624, 3663, 849, 3984, |
