From fa4443a3cee593611b1720282927e12e4c8c691f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Thu, 8 Jul 2021 04:03:48 +0200 Subject: Rectify an obsolete comment --- nncmpp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3