Merge pull request #558 from bnnm/nlsd

nlsd
This commit is contained in:
bnnm 2020-02-11 00:55:39 +01:00 committed by GitHub
commit 5ea57c08d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -318,7 +318,7 @@ VGMSTREAM * init_vgmstream_opus_sps_n1(STREAMFILE *streamFile) {
num_samples = read_32bitLE(0x0C, streamFile); num_samples = read_32bitLE(0x0C, streamFile);
if ( read_32bitLE(0x1c, streamFile) == 0x01000080) { if (read_32bitBE(0x1c, streamFile) == 0x01000080) {
offset = 0x1C; offset = 0x1C;
/* older games loop section (remnant of segmented opus_sps_n1): */ /* older games loop section (remnant of segmented opus_sps_n1): */