Fix missing .lopus

This commit is contained in:
bnnm 2018-05-06 11:56:54 +02:00
parent 871671b5b8
commit 68c8f1bb76

View File

@ -240,7 +240,7 @@ VGMSTREAM * init_vgmstream_opus_shinen(STREAMFILE *streamFile) {
int num_samples = 0, loop_start = 0, loop_end = 0; int num_samples = 0, loop_start = 0, loop_end = 0;
/* checks */ /* checks */
if ( !check_extensions(streamFile,"opus")) if ( !check_extensions(streamFile,"opus,lopus"))
goto fail; goto fail;
if (read_32bitBE(0x08,streamFile) != 0x01000080) if (read_32bitBE(0x08,streamFile) != 0x01000080)