1
0
Fork 0
forked from len0rd/rockbox

Fixed: Crossfading, broken elapsed info with mp3 files, possible cpu

boost problem and track changing.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7027 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Miika Pekkarinen 2005-07-05 15:19:22 +00:00
parent 2d79df5086
commit d6e7942426
4 changed files with 21 additions and 15 deletions

View file

@ -25,7 +25,7 @@
/* Audio file types. */
/* NOTE: When adding new audio types, also add to codec_labels[] in id3.c */
enum {
AFMT_UNKNOWN = 0, /* Unknown file format */
AFMT_UNKNOWN = 1, /* Unknown file format */
#if CONFIG_HWCODEC==MASNONE
AFMT_MPA_L1, /* MPEG Audio layer 1 */