aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2021-07-08 04:03:48 +0200
committerPřemysl Eric Janouch <p@janouch.name>2021-07-08 04:33:03 +0200
commitfa4443a3cee593611b1720282927e12e4c8c691f (patch)
treeac0d2d67e03af8a7362c34a82da5212c5e88e84d
parent14ba637d4bf4de3bed7a206c9ff885936d694741 (diff)
downloadnncmpp-fa4443a3cee593611b1720282927e12e4c8c691f.tar.gz
nncmpp-fa4443a3cee593611b1720282927e12e4c8c691f.tar.xz
nncmpp-fa4443a3cee593611b1720282927e12e4c8c691f.zip
Rectify an obsolete comment
-rw-r--r--nncmpp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nncmpp.c b/nncmpp.c
index 8115101..485b269 100644
--- a/nncmpp.c
+++ b/nncmpp.c
@@ -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