diff options
author | Ramiro Polla <ramiro@lisha.ufsc.br> | 2007-04-18 19:44:04 +0000 |
---|---|---|
committer | Benjamin Larsson <banan@ludd.ltu.se> | 2007-04-18 19:44:04 +0000 |
commit | b707cbb3e8f9fd131a33fc7bc06102b65634fd70 (patch) | |
tree | 35cf76e98a5a056978eb38bb772d7b18eebbec38 | |
parent | a61456152d91673bd174ec7f9b23d51077f0d9de (diff) | |
download | ffmpeg-b707cbb3e8f9fd131a33fc7bc06102b65634fd70.tar.gz |
Cosmetics, patch by Ramiro Polla.
ramiro ta lisha tod ufsc tod br
Originally committed as revision 8751 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/cook.c | 3 |
1 files changed, 1 insertions, 2 deletions
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) { |