fixed interleave for other .ads (ADSC) files from Kamen Rider Kabuto (PS2)

git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@781 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
bxaimc 2010-04-13 23:28:37 +00:00
parent b24b9a8779
commit 2439a59e42

View File

@ -35,7 +35,7 @@ VGMSTREAM * init_vgmstream_ps2_adsc(STREAMFILE *streamFile) {
else
vgmstream->num_samples = read_32bitLE(0x2c,streamFile)*28/32;
vgmstream->layout_type = layout_interleave;
vgmstream->interleave_block_size = 0x400;
vgmstream->interleave_block_size = read_32bitLE(0x1c,streamFile);
vgmstream->meta_type = meta_PS2_ADSC;
/* open the file for reading */