From cc5991f63ae366eee0b1694ba849080ea987c5db Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 17 Oct 2009 17:51:04 +0200 Subject: [PATCH 1/1] Add documenatation of imdct_init(). --- imdct.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/imdct.c b/imdct.c index 702d3d21..2d452630 100644 --- a/imdct.c +++ b/imdct.c @@ -343,6 +343,12 @@ static int fft_init(struct fft_context *s, int nbits) /** * Initialize the inverse modified cosine transform. + * + * \param nbits The number of bits to use (4 <= \a nbits <= 18). + * + * \param result Opaque structure that must be passed to \ref imdct(). + * + * \return Standard. */ int imdct_init(int nbits, struct mdct_context **result) { -- 2.39.2