X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fcommon%2Fmp3_helix.c;h=b278529819a7c11b6c53b577b3da0de6a124e693;hb=c7d7ac71a421c43c0c701b18c58b87fc868e02d8;hp=62e91897804680577ee9d7e9ce8d11ba46abd6cb;hpb=fc11dd059b5c7369a51ddcca532505b588bd0030;p=picodrive.git diff --git a/platform/common/mp3_helix.c b/platform/common/mp3_helix.c index 62e9189..b278529 100644 --- a/platform/common/mp3_helix.c +++ b/platform/common/mp3_helix.c @@ -84,7 +84,7 @@ int mp3dec_decode(FILE *f, int *file_pos, int file_len) return 0; } -int mp3dec_start(void) +int mp3dec_start(FILE *f, int fpos_start) { // must re-init decoder for new track if (mp3dec)