From 0173e4a9738d34c0293cfb51efc0e6255c8a0194 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Tue, 14 Aug 2018 01:06:18 +0200 Subject: [PATCH] src/spectral/dct.h: explicit output names --- src/spectral/dct.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/spectral/dct.h b/src/spectral/dct.h index 1da1a0d5..3bad1747 100644 --- a/src/spectral/dct.h +++ b/src/spectral/dct.h @@ -59,7 +59,7 @@ aubio_dct_t * new_aubio_dct(uint_t size); \param output transformed input array */ -void aubio_dct_do (aubio_dct_t *s, const fvec_t * input, fvec_t * output); +void aubio_dct_do (aubio_dct_t *s, const fvec_t * input, fvec_t * dct_output); /** compute backward DCT @@ -68,7 +68,7 @@ void aubio_dct_do (aubio_dct_t *s, const fvec_t * input, fvec_t * output); \param output transformed input array */ -void aubio_dct_rdo (aubio_dct_t *s, const fvec_t * input, fvec_t * output); +void aubio_dct_rdo (aubio_dct_t *s, const fvec_t * input, fvec_t * idct_output); /** delete DCT object -- 2.11.0