remove nonsense (thanks kode)

This commit is contained in:
Adam Gashlin 2014-04-23 21:25:30 -07:00 committed by Chris Moeller
parent c3e35975aa
commit bb59d6a389

View File

@ -274,8 +274,6 @@ VGMSTREAM * init_vgmstream_ps2_mib(STREAMFILE *streamFile) {
vgmstream->interleave_block_size=0;
vgmstream->sample_rate = 22050;
vgmstream->channels = 1;
vgmstream->start_ch = 1;
vgmstream->loop_ch = 1;
}
vgmstream->num_samples = (int32_t)(fileLength/16/channel_count*28);