changeset 7436:f71ab851fedb libavcodec

Remove redundant comments
author vitor
date Mon, 28 Jul 2008 04:25:51 +0000
parents 014780c09494
children d36ec42eef9c
files ra288.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ra288.c	Mon Jul 28 04:24:08 2008 +0000
+++ b/ra288.c	Mon Jul 28 04:25:51 2008 +0000
@@ -60,7 +60,6 @@
         *tgt++ = *m1++ * *m2++;
 }
 
-/* Decode and produce output */
 static void decode(RA288Context *ractx, float gain, int cb_coef)
 {
     int x, y;
@@ -217,7 +216,6 @@
         colmult(ractx->gain_lpc, ractx->gain_lpc, gain_bw_tab, 10);
 }
 
-/* Decode a block (celp) */
 static int ra288_decode_frame(AVCodecContext * avctx, void *data,
                               int *data_size, const uint8_t * buf,
                               int buf_size)