# HG changeset patch # User vitor # Date 1211904871 0 # Node ID 73e24dad276b693c63baadd2b0f2bfc930c981fa # Parent 25dcd46b8160a9018a5cbc4b4f653e05cccc7b67 Fix doxy comments diff -r 25dcd46b8160 -r 73e24dad276b ra144.c --- 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)