Rectify an obsolete comment
This commit is contained in:
parent
14ba637d4b
commit
fa4443a3ce
2
nncmpp.c
2
nncmpp.c
|
@ -589,7 +589,7 @@ struct spectrum
|
||||||
size_t buffer_len; ///< Input buffer fill level
|
size_t buffer_len; ///< Input buffer fill level
|
||||||
size_t buffer_size; ///< Input buffer size
|
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);
|
void (*decode) (struct spectrum *, int sample);
|
||||||
|
|
||||||
float *data; ///< Normalized audio data
|
float *data; ///< Normalized audio data
|
||||||
|
|
Loading…
Reference in New Issue