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:
Mohamed Tarek 2010-02-12 03:21:37 +00:00
parent 5039cc716d
commit 23ac6ffaa1
9 changed files with 363 additions and 0 deletions

View file

@ -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);