mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-28 08:20:54 +01:00
Fixing the No-Nos
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@980 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
parent
8202441041
commit
b1e043d63f
@ -29,7 +29,7 @@ VGMSTREAM * init_vgmstream_mn_str(STREAMFILE *streamFile) {
|
||||
switch (bitspersample) {
|
||||
case 0x10:
|
||||
vgmstream->coding_type = coding_PCM16LE;
|
||||
if (channel_count = 1)
|
||||
if (channel_count == 1)
|
||||
{
|
||||
vgmstream->layout_type = layout_none;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user