skip junk in mp3_helix, refactor find_sync_word

git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@889 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2010-09-08 20:52:13 +00:00
parent ec54eeef35
commit 69dfeea159
10 changed files with 78 additions and 50 deletions

View file

@ -219,12 +219,12 @@ void plat_debug_cat(char *str)
}
// required by pico
int mp3_get_bitrate(FILE *f, int size)
int mp3_get_bitrate(void *f, int size)
{
return 128;
}
void mp3_start_play(FILE *f, int pos)
void mp3_start_play(void *f, int pos)
{
}