mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-02-01 04:25:48 +01:00
Fixed var types
This commit is contained in:
parent
18266c9f3d
commit
8921b054d2
@ -6,8 +6,8 @@ VGMSTREAM *init_vgmstream_sbk(STREAMFILE *sf) {
|
|||||||
VGMSTREAM *vgmstream = NULL;
|
VGMSTREAM *vgmstream = NULL;
|
||||||
uint32_t sound_offset, sound_size, padding_size, sample_rate;
|
uint32_t sound_offset, sound_size, padding_size, sample_rate;
|
||||||
uint16_t format, channels, block_size, bps;
|
uint16_t format, channels, block_size, bps;
|
||||||
off_t table_offset, data_offset, entry_offset, cfg_entry_size;
|
off_t table_offset, data_offset, entry_offset, cfg_fmt_offset;
|
||||||
size_t table_size, data_size, cfg_fmt_offset;
|
size_t table_size, data_size, cfg_entry_size;
|
||||||
int target_subsong = sf->stream_index, total_subsongs, loop_flag, is_streamed;
|
int target_subsong = sf->stream_index, total_subsongs, loop_flag, is_streamed;
|
||||||
|
|
||||||
/* checks */
|
/* checks */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user