Implement missing n_pchannels for AMF format reader

This commit is contained in:
Chris Moeller 2015-08-08 21:26:05 -07:00 committed by Randy Heit
parent 865f083128
commit 45e031170e
1 changed files with 2 additions and 0 deletions

View File

@ -320,6 +320,8 @@ static DUMB_IT_SIGDATA *it_amf_load_sigdata(DUMBFILE *f, int * version)
free( sigdata );
return NULL;
}
sigdata->n_pchannels = nchannels;
memset( sigdata->channel_volume, 64, DUMB_IT_N_CHANNELS );