X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=common%2Fmp3.h;h=da0987a9d7caccf484fa25654ebaea7c7c291d02;hb=ca69c3e5a0ecf407c02dc85c6f3282ebb1efc5a2;hp=aef65ff3504aa249515672a9187829a64e3cdfa8;hpb=11f4e72292ab00c686f2a2288e4f1cda3a0f7abd;p=libpicofe.git diff --git a/common/mp3.h b/common/mp3.h index aef65ff..da0987a 100644 --- a/common/mp3.h +++ b/common/mp3.h @@ -1,6 +1,8 @@ +int mp3_find_sync_word(const unsigned char *buf, int size); + #ifdef __GP2X__ void mp3_update_local(int *buffer, int length, int stereo); -void mp3_start_local(void); +void mp3_start_play_local(void *f, int pos); #endif