From ac23eab7eddf28447b828b7acd420b20f94eb837 Mon Sep 17 00:00:00 2001 From: bnnm Date: Thu, 8 Jul 2021 22:17:13 +0200 Subject: [PATCH] Fix some auto L+R issues [Gift: Prism (PS2)] --- src/coding/psx_decoder.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/coding/psx_decoder.c b/src/coding/psx_decoder.c index 4b98096e..70d004c7 100644 --- a/src/coding/psx_decoder.c +++ b/src/coding/psx_decoder.c @@ -303,6 +303,7 @@ static int ps_find_loop_offsets_internal(STREAMFILE* sf, off_t start_offset, siz && buf[0] != 0x00 /* ignore blank frame */ && buf[0] != 0x0c /* ignore silent frame */ && buf[0] != 0x3c /* ignore some L-R tracks with different end flags */ + && buf[0] != 0x1c /* ignore some L-R tracks with different end flags */ ) { /* assume full loop with repeated frame header and null frame */