shithub: dumb

Download patch

ref: 31d20fd3fcc2c22648af93fff0c7d43c44706620
parent: ef4bf5c274167d25f713c338005b6e38b7220ac3
author: Chris Moeller <kode54@gmail.com>
date: Sat Aug 8 17:26:05 EDT 2015

Implement missing n_pchannels for AMF format reader

--- a/dumb/src/it/readamf.c
+++ b/dumb/src/it/readamf.c
@@ -320,6 +320,8 @@
 		free( sigdata );
 		return NULL;
 	}
+    
+    sigdata->n_pchannels = nchannels;
 
 	memset( sigdata->channel_volume, 64, DUMB_IT_N_CHANNELS );