abe0ea43 |
1 | |
7c18e34a |
2 | int mp3_find_sync_word(const unsigned char *buf, int size); |
3 | |
da42200b |
4 | #ifdef __GP2X__ |
abe0ea43 |
5 | void mp3_update_local(int *buffer, int length, int stereo); |
7c18e34a |
6 | void mp3_start_play_local(void *f, int pos); |
da42200b |
7 | #endif |
abe0ea43 |
8 | |