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