Fix XWB split bug with some codecs

This commit is contained in:
bnnm 2017-09-30 01:52:49 +02:00
parent 16786b78d4
commit 14957d6269

View File

@ -455,7 +455,7 @@ VGMSTREAM * init_vgmstream_xwb(STREAMFILE *streamFile) {
}
start_offset = xwb.data_offset;
start_offset = xwb.stream_offset;
if ( !vgmstream_open_stream(vgmstream,streamFile,start_offset) )
goto fail;