mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-14 15:42:28 -05:00
Add support for Sony OMA file format. Currently only supports ATRAC3 (without DRM), and seeks. Tested on sansa
e200. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24615 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5039cc716d
commit
23ac6ffaa1
9 changed files with 363 additions and 0 deletions
|
|
@ -41,4 +41,5 @@ bool get_asf_metadata(int fd, struct mp3entry* id3);
|
|||
bool get_asap_metadata(int fd, struct mp3entry* id3);
|
||||
bool get_rm_metadata(int fd, struct mp3entry* id3);
|
||||
bool get_nsf_metadata(int fd, struct mp3entry* id3);
|
||||
bool get_oma_metadata(int fd, struct mp3entry* id3);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue