notaz.gp2x.de
/
picodrive.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
da0987a9d7caccf484fa25654ebaea7c7c291d02
[picodrive.git]
/
mp3.h
1
2
int mp3_find_sync_word(const unsigned char *buf, int size);
3
4
#ifdef __GP2X__
5
void mp3_update_local(int *buffer, int length, int stereo);
6
void mp3_start_play_local(void *f, int pos);
7
#endif
8