X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=psp%2Fmp3.c;h=19f6ec36d7973832b18bc02786e17ad1f35d3395;hb=dfa8d77a42bf22658504d9d1f3d6700dd41d0c7d;hp=43b449d720312a502e8b37a5ebf94aee33bac46e;hpb=dd5fd4778d797a1ef4767604b1c57c924ed0f64b;p=libpicofe.git diff --git a/psp/mp3.c b/psp/mp3.c index 43b449d..19f6ec3 100644 --- a/psp/mp3.c +++ b/psp/mp3.c @@ -373,6 +373,9 @@ void mp3_start_play(FILE *f, int pos) mp3_fname = fname; } + // clear decoder state + sceAudiocodecInit(mp3_codec_struct, 0x1002); + // seek.. mp3_src_pos = (int) (((float)pos / 1023.0f) * (float)mp3_src_size); sceIoLseek32(mp3_handle, mp3_src_pos, PSP_SEEK_SET);