Merge branch 'master' of https://github.com/kode54/vgmstream into tmp

This commit is contained in:
bnnm 2019-02-25 00:43:28 +01:00
commit a590ce650b

View File

@ -165,6 +165,7 @@ VGMSTREAM * init_vgmstream_baf(STREAMFILE *streamFile) {
vgmstream->loop_end_sample = vgmstream->num_samples;
break;
#ifdef VGM_USE_FFMPEG
case 0x08: {
uint8_t buf[0x100];
int bytes;
@ -198,6 +199,7 @@ VGMSTREAM * init_vgmstream_baf(STREAMFILE *streamFile) {
xma_fix_raw_samples_ch(vgmstream, streamFile, start_offset, stream_size, channel_count, 1,1);
break;
}
#endif
default:
VGM_LOG("BAF: unknown codec %x\n", codec);