mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-05-12 11:43:16 -04:00
FS#12378 : Remove various unused code, and comment out some unused code and data for reference or future use.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31256 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
273fbadb55
commit
8e6030c822
22 changed files with 11 additions and 155 deletions
|
|
@ -25,6 +25,7 @@
|
|||
|
||||
/** mp3_enc.codec **/
|
||||
|
||||
#if 0 /* Currently unused, left for reference and future use */
|
||||
/* These are in descending order rather than in MPEG frequency index
|
||||
order */
|
||||
const unsigned long mp3_enc_sampr[MP3_ENC_NUM_SAMPR] =
|
||||
|
|
@ -35,6 +36,7 @@ const unsigned long mp3_enc_sampr[MP3_ENC_NUM_SAMPR] =
|
|||
12000, 11025, 8000, /* MPEG 2.5 */
|
||||
#endif
|
||||
};
|
||||
#endif
|
||||
|
||||
/* All bitrates used in the MPA L3 standard */
|
||||
const unsigned long mp3_enc_bitr[MP3_ENC_NUM_BITR] =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue