mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-12 09:40:51 +01:00
Added PCM4 to frame size helper funcs
This commit is contained in:
parent
0d7af1b9e5
commit
9539eb40e3
@ -1180,6 +1180,8 @@ int get_vgmstream_samples_per_frame(VGMSTREAM * vgmstream) {
|
||||
case coding_UBI_IMA:
|
||||
case coding_OKI16:
|
||||
return 1;
|
||||
case coding_PCM4:
|
||||
case coding_PCM4_U:
|
||||
case coding_IMA_int:
|
||||
case coding_DVI_IMA_int:
|
||||
case coding_3DS_IMA:
|
||||
@ -1357,6 +1359,8 @@ int get_vgmstream_frame_size(VGMSTREAM * vgmstream) {
|
||||
case coding_CIRCUS_ADPCM:
|
||||
return 0x01;
|
||||
|
||||
case coding_PCM4:
|
||||
case coding_PCM4_U:
|
||||
case coding_IMA:
|
||||
case coding_IMA_int:
|
||||
case coding_DVI_IMA:
|
||||
|
Loading…
Reference in New Issue
Block a user