diff ra144.c @ 6909:73e24dad276b libavcodec

Fix doxy comments
author vitor
date Tue, 27 May 2008 16:14:31 +0000
parents 8b0db8b07a21
children 67c615c7e19c
line wrap: on
line diff
--- a/ra144.c	Tue May 27 12:32:59 2008 +0000
+++ b/ra144.c	Tue May 27 16:14:31 2008 +0000
@@ -35,13 +35,13 @@
 
     /* the swapped buffers */
     unsigned int     lpc_tables[4][10];
-    unsigned int    *lpc_refl;          //< LPC reflection coefficients
-    unsigned int    *lpc_coef;          //< LPC coefficients
-    unsigned int    *lpc_refl_old;      //< previous frame LPC reflection coefs
-    unsigned int    *lpc_coef_old;      //< previous frame LPC coefficients
+    unsigned int    *lpc_refl;          ///< LPC reflection coefficients
+    unsigned int    *lpc_coef;          ///< LPC coefficients
+    unsigned int    *lpc_refl_old;      ///< previous frame LPC reflection coefs
+    unsigned int    *lpc_coef_old;      ///< previous frame LPC coefficients
 
     unsigned int buffer[5];
-    uint16_t adapt_cb[148];             //< adaptive codebook
+    uint16_t adapt_cb[148];             ///< adaptive codebook
 } RA144Context;
 
 static int ra144_decode_init(AVCodecContext * avctx)