From: Paul Brossier Date: Tue, 10 Jul 2012 22:30:32 +0000 (-0700) Subject: src/fmat.h: length and height X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4435ea6e919e6ac5eb914be6d2c633e60ecd7b4b;p=aubio.git src/fmat.h: length and height --- diff --git a/src/fmat.h b/src/fmat.h index 855b2ad8..9d21d3d6 100644 --- a/src/fmat.h +++ b/src/fmat.h @@ -43,11 +43,11 @@ typedef struct { /** fmat_t buffer creation function - \param length the length of the buffer to create - \param channels the number of channels in the buffer + \param length the length of the matrix to create + \param height the height of the matrix to create */ -fmat_t * new_fmat(uint_t length, uint_t channels); +fmat_t * new_fmat(uint_t length, uint_t height); /** fmat_t buffer deletion function \param s buffer to delete as returned by new_fmat()