X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=imdct.c;fp=imdct.c;h=2d452630b8b5cec24ec924cfef2f37acf0c16e90;hp=702d3d21327eb508703e1b43636d67ea088721da;hb=cc5991f63ae366eee0b1694ba849080ea987c5db;hpb=5747192b26d313449964a735226136c12dc1c77e 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) {