# HG changeset patch # User vitor # Date 1217219151 0 # Node ID f71ab851fedb12887625827effb2fc7c7802a9b8 # Parent 014780c0949462c1619dd65d6cccc76335526c06 Remove redundant comments diff -r 014780c09494 -r f71ab851fedb ra288.c --- 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)