diff --git a/libavcodec/cook.c b/libavcodec/cook.c index a3f4e3354d..8553dfceee 100644 --- a/libavcodec/cook.c +++ b/libavcodec/cook.c @@ -641,8 +641,7 @@ static void decode_vectors(COOKContext* q, int* category, * function for decoding mono data * * @param q pointer to the COOKContext - * @param mlt_buffer1 pointer to left channel mlt coefficients - * @param mlt_buffer2 pointer to right channel mlt coefficients + * @param mlt_buffer pointer to mlt coefficients */ static void mono_decode(COOKContext *q, float* mlt_buffer) {