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:
bxaimc 2012-05-19 14:15:49 +00:00
parent 8202441041
commit b1e043d63f

View File

@ -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;
}