mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-15 02:57:38 +01:00
Formatting tweaks
This commit is contained in:
parent
f277dfe27e
commit
ec2373a98d
@ -159,7 +159,7 @@ void block_update_ea_schl(off_t block_offset, VGMSTREAM * vgmstream) {
|
|||||||
flush_ea_mt(vgmstream);
|
flush_ea_mt(vgmstream);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
#ifdef VGM_USE_MPEG
|
#ifdef VGM_USE_MPEG
|
||||||
/* id, size, samples, offsets, unknown (null for MP2, some size/config for EALayer3; only if not >2ch) */
|
/* id, size, samples, offsets, unknown (null for MP2, some size/config for EALayer3; only if not >2ch) */
|
||||||
case coding_MPEG_custom:
|
case coding_MPEG_custom:
|
||||||
case coding_MPEG_layer1:
|
case coding_MPEG_layer1:
|
||||||
@ -179,7 +179,7 @@ void block_update_ea_schl(off_t block_offset, VGMSTREAM * vgmstream) {
|
|||||||
vgmstream->ch[i].offset = block_offset + 0x0C + (0x04*vgmstream->channels) + channel_start;
|
vgmstream->ch[i].offset = block_offset + 0x0C + (0x04*vgmstream->channels) + channel_start;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
/* id, size, samples, offsets-per-channel, interleaved data (w/ optional hist per channel) */
|
/* id, size, samples, offsets-per-channel, interleaved data (w/ optional hist per channel) */
|
||||||
default:
|
default:
|
||||||
for (i = 0; i < vgmstream->channels; i++) {
|
for (i = 0; i < vgmstream->channels; i++) {
|
||||||
|
@ -254,7 +254,7 @@ VGMSTREAM* init_vgmstream_wbk_nslb(STREAMFILE* sf) {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
case 0x25: /* FSB IMA */ {
|
case 0x25: { /* FSB IMA */
|
||||||
VGMSTREAM* fsb_vgmstream;
|
VGMSTREAM* fsb_vgmstream;
|
||||||
STREAMFILE* temp_sf;
|
STREAMFILE* temp_sf;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user