mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-12 22:52:28 -05:00
commit asap codec. plays .sap files. At the moment it only plays the default song. So subSongs are ignored.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18121 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4e4bf82fb7
commit
25bb37bb68
18 changed files with 461 additions and 10 deletions
|
|
@ -34,3 +34,4 @@ bool get_wave_metadata(int fd, struct mp3entry* id3);
|
|||
bool get_wavpack_metadata(int fd, struct mp3entry* id3);
|
||||
bool get_a52_metadata(int fd, struct mp3entry* id3);
|
||||
bool get_asf_metadata(int fd, struct mp3entry* id3);
|
||||
bool get_asap_metadata(int fd, struct mp3entry* id3);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue