summaryrefslogtreecommitdiff
path: root/firmware/enc_base.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/enc_base.c')
-rw-r--r--firmware/enc_base.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/enc_base.c b/firmware/enc_base.c
index 14cc553ae5..d120cdb07d 100644
--- a/firmware/enc_base.c
+++ b/firmware/enc_base.c
@@ -25,6 +25,7 @@
25 25
26/** mp3_enc.codec **/ 26/** mp3_enc.codec **/
27 27
28#if 0 /* Currently unused, left for reference and future use */
28/* These are in descending order rather than in MPEG frequency index 29/* These are in descending order rather than in MPEG frequency index
29 order */ 30 order */
30const unsigned long mp3_enc_sampr[MP3_ENC_NUM_SAMPR] = 31const unsigned long mp3_enc_sampr[MP3_ENC_NUM_SAMPR] =
@@ -35,6 +36,7 @@ const unsigned long mp3_enc_sampr[MP3_ENC_NUM_SAMPR] =
35 12000, 11025, 8000, /* MPEG 2.5 */ 36 12000, 11025, 8000, /* MPEG 2.5 */
36#endif 37#endif
37}; 38};
39#endif
38 40
39/* All bitrates used in the MPA L3 standard */ 41/* All bitrates used in the MPA L3 standard */
40const unsigned long mp3_enc_bitr[MP3_ENC_NUM_BITR] = 42const unsigned long mp3_enc_bitr[MP3_ENC_NUM_BITR] =