[FFmpeg-cvslog] r13468 - trunk/libavcodec/ra144.c

vitor subversion
Tue May 27 18:14:32 CEST 2008


Author: vitor
Date: Tue May 27 18:14:31 2008
New Revision: 13468

Log:
Fix doxy comments

Modified:
   trunk/libavcodec/ra144.c

Modified: trunk/libavcodec/ra144.c
==============================================================================
--- trunk/libavcodec/ra144.c	(original)
+++ trunk/libavcodec/ra144.c	Tue May 27 18:14:31 2008
@@ -35,13 +35,13 @@ typedef struct {
 
     /* 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)




More information about the ffmpeg-cvslog mailing list