mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 06:47:45 -04:00
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:
parent
ec54eeef35
commit
69dfeea159
10 changed files with 78 additions and 50 deletions
|
@ -348,12 +348,12 @@ void plat_finish(void)
|
|||
}
|
||||
|
||||
/* misc */
|
||||
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)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue