[FFmpeg-cvslog] r16994 - trunk/libavcodec/mdct.c
diego
subversion
Wed Feb 4 21:43:17 CET 2009
Author: diego
Date: Wed Feb 4 21:43:17 2009
New Revision: 16994
Log:
Remove documentation of non-existing function parameters.
Modified:
trunk/libavcodec/mdct.c
Modified: trunk/libavcodec/mdct.c
==============================================================================
--- trunk/libavcodec/mdct.c Wed Feb 4 21:41:09 2009 (r16993)
+++ trunk/libavcodec/mdct.c Wed Feb 4 21:43:17 2009 (r16994)
@@ -158,7 +158,6 @@ void ff_imdct_half_c(MDCTContext *s, FFT
* 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, FFT
* 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)
{
More information about the ffmpeg-cvslog
mailing list