Mercurial > libavcodec.hg
changeset 8741:0975a4c09974 libavcodec
Remove documentation of non-existing function parameters.
author | diego |
---|---|
date | Wed, 04 Feb 2009 20:43:17 +0000 |
parents | 477d1abdd22b |
children | ecabe55b66bb |
files | mdct.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mdct.c Wed Feb 04 20:41:09 2009 +0000 +++ b/mdct.c Wed Feb 04 20:43:17 2009 +0000 @@ -158,7 +158,6 @@ * Compute inverse MDCT of size N = 2^nbits * @param output N samples * @param input N/2 samples - * @param tmp N/2 samples */ void ff_imdct_calc_c(MDCTContext *s, FFTSample *output, const FFTSample *input) { @@ -179,7 +178,6 @@ * Compute MDCT of size N = 2^nbits * @param input N samples * @param out N/2 samples - * @param tmp temporary storage of N/2 samples */ void ff_mdct_calc(MDCTContext *s, FFTSample *out, const FFTSample *input) {