shithub: sox

Download patch

ref: 4488f4e038d198d3c69f191c1c8f358ee06a9a06
parent: cea320c1bceb6393fb8dac58822e0271b0928b4c
author: robs <robs>
date: Mon Feb 23 12:37:14 EST 2009

Wow, that comment's been out-of-date since 1991!

--- a/src/skeleff.c
+++ b/src/skeleff.c
@@ -56,8 +56,9 @@
 }
 
 /*
- * Processed signed long samples from ibuf to obuf.
- * Return number of samples processed.
+ * Process up to *isamp samples from ibuf and produce up to *osamp samples
+ * in obuf.  Write back the actual numbers of samples to *isamp and *osamp.
+ * Return SOX_SUCCESS or, if error occurs, SOX_EOF.
  */
 static int flow(sox_effect_t * effp, const sox_sample_t *ibuf, sox_sample_t *obuf,
                            size_t *isamp, size_t *osamp)