From f0d5437275dc51da18fca559755f700e73ba1ce2 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 4 Feb 2009 20:43:17 +0000 Subject: Remove documentation of non-existing function parameters. Originally committed as revision 16994 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/mdct.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavcodec') diff --git a/libavcodec/mdct.c b/libavcodec/mdct.c index daffffb936..cb3388f6ff 100644 --- a/libavcodec/mdct.c +++ b/libavcodec/mdct.c @@ -158,7 +158,6 @@ void ff_imdct_half_c(MDCTContext *s, FFTSample *output, const FFTSample *input) * 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 @@ void ff_imdct_calc_c(MDCTContext *s, FFTSample *output, const FFTSample *input) * 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) { -- cgit v1.2.3