diff options
| author | Přemysl Eric Janouch <p@janouch.name> | 2021-07-08 04:03:48 +0200 | 
|---|---|---|
| committer | Přemysl Eric Janouch <p@janouch.name> | 2021-07-08 04:33:03 +0200 | 
| commit | fa4443a3cee593611b1720282927e12e4c8c691f (patch) | |
| tree | ac0d2d67e03af8a7362c34a82da5212c5e88e84d | |
| parent | 14ba637d4bf4de3bed7a206c9ff885936d694741 (diff) | |
| download | nncmpp-fa4443a3cee593611b1720282927e12e4c8c691f.tar.gz nncmpp-fa4443a3cee593611b1720282927e12e4c8c691f.tar.xz nncmpp-fa4443a3cee593611b1720282927e12e4c8c691f.zip | |
Rectify an obsolete comment
| -rw-r--r-- | nncmpp.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -589,7 +589,7 @@ struct spectrum  	size_t buffer_len;                  ///< Input buffer fill level  	size_t buffer_size;                 ///< Input buffer size -	/// Decode the respective part of the buffer into the last 1/3 of data +	/// Decode the respective part of the buffer into the second half of data  	void (*decode) (struct spectrum *, int sample);  	float *data;                        ///< Normalized audio data | 
