Added PCM4 to frame size helper funcs

This commit is contained in:
NicknineTheEagle 2019-02-02 23:19:06 +03:00
parent 0d7af1b9e5
commit 9539eb40e3

View File

@ -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: