aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJamie Bullock <jamie@jamiebullock.com>2013-07-08 09:52:19 +0100
committerJamie Bullock <jamie@jamiebullock.com>2013-07-08 10:25:50 +0100
commit6925592a1f77df7f76fff1447b5732d3333a31dc (patch)
tree6a8a8673d992602718bd545ad155b59dfaae96b9
parentdae0b44e335456119f4aeedfa3da6c68a178fea5 (diff)
downloadLibXtract-6925592a1f77df7f76fff1447b5732d3333a31dc.tar.gz
LibXtract-6925592a1f77df7f76fff1447b5732d3333a31dc.tar.bz2
LibXtract-6925592a1f77df7f76fff1447b5732d3333a31dc.zip
Remove spurious argv specification from xtract_smoothness() documentation. Fixes #27.
-rw-r--r--xtract/xtract_scalar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xtract/xtract_scalar.h b/xtract/xtract_scalar.h
index 7d5d752..50fc213 100644
--- a/xtract/xtract_scalar.h
+++ b/xtract/xtract_scalar.h
@@ -198,7 +198,7 @@ int xtract_tristimulus_3(const double *data, const int N, const void *argv, doub
*
* \param *data: a pointer to the first element in an array of doubles representing the magnitude coefficients from the spectrum of an audio vector, (e.g. the first half of the array pointed to by *result from xtract_spectrum().
* \param N: the number of elements to be considered
- * \param *argv: a pointer to the first element of an array of integers containing the lower bound, upper bound, and pre-scaling factor, whereby array data in the range lower < n < upper will be pre-scaled by p before processing.
+ * \param *argv: a pointer to NULL
* \param *result: the smoothness of N values from the array pointed to by *data
*/
int xtract_smoothness(const double *data, const int N, const void *argv, double *result);