Merge pull request #808 from bxaimc/master

fix some rsd multichannel
This commit is contained in:
bxaimc 2021-02-01 11:14:38 -05:00 committed by GitHub
commit a7ef0bebd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -183,6 +183,7 @@ VGMSTREAM * init_vgmstream_rsd(STREAMFILE *sf) {
switch (xma_version) {
case 0x03010000:
case 0x03030000:
vgmstream->sample_rate = read_32bitBE(0x818, sf);
vgmstream->num_samples = read_32bitBE(0x824, sf);
block_count = read_32bitBE(0x828, sf);