mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-02-18 03:26:57 +01:00
Line not actually useless, future-proofing in case of reordering
This commit is contained in:
parent
18d461bc36
commit
57cd7c6029
@ -16,6 +16,7 @@ VGMSTREAM * init_vgmstream_tgc(STREAMFILE *streamFile) {
|
||||
vgmstream->sample_rate = 8000;
|
||||
vgmstream->num_samples = ((uint16_t)read_16bitBE(1, streamFile) - 3) * 2;
|
||||
vgmstream->meta_type = meta_TGC;
|
||||
vgmstream->layout_type = layout_none;
|
||||
vgmstream->coding_type = coding_TGC;
|
||||
|
||||
if (!vgmstream_open_stream(vgmstream, streamFile, 3))
|
||||
|
Loading…
x
Reference in New Issue
Block a user