recognize the MED ssf2 header
[picodrive.git] / platform / common / mp3_helix.c
index 62e9189..b278529 100644 (file)
@@ -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)