[FFmpeg-cvslog] r14450 - trunk/libavcodec/ra288.c

vitor subversion
Mon Jul 28 06:25:52 CEST 2008


Author: vitor
Date: Mon Jul 28 06:25:51 2008
New Revision: 14450

Log:
Remove redundant comments

Modified:
   trunk/libavcodec/ra288.c

Modified: trunk/libavcodec/ra288.c
==============================================================================
--- trunk/libavcodec/ra288.c	(original)
+++ trunk/libavcodec/ra288.c	Mon Jul 28 06:25:51 2008
@@ -60,7 +60,6 @@ static void colmult(float *tgt, const fl
         *tgt++ = *m1++ * *m2++;
 }
 
-/* Decode and produce output */
 static void decode(RA288Context *ractx, float gain, int cb_coef)
 {
     int x, y;
@@ -217,7 +216,6 @@ static void backward_filter(RA288Context
         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)




More information about the ffmpeg-cvslog mailing list