Commit d24b6a98 authored by vitor's avatar vitor

Fix doxy comments

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13468 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ab4ba052
...@@ -35,13 +35,13 @@ typedef struct { ...@@ -35,13 +35,13 @@ typedef struct {
/* the swapped buffers */ /* the swapped buffers */
unsigned int lpc_tables[4][10]; unsigned int lpc_tables[4][10];
unsigned int *lpc_refl; //< LPC reflection coefficients unsigned int *lpc_refl; ///< LPC reflection coefficients
unsigned int *lpc_coef; //< LPC coefficients unsigned int *lpc_coef; ///< LPC coefficients
unsigned int *lpc_refl_old; //< previous frame LPC reflection coefs unsigned int *lpc_refl_old; ///< previous frame LPC reflection coefs
unsigned int *lpc_coef_old; //< previous frame LPC coefficients unsigned int *lpc_coef_old; ///< previous frame LPC coefficients
unsigned int buffer[5]; unsigned int buffer[5];
uint16_t adapt_cb[148]; //< adaptive codebook uint16_t adapt_cb[148]; ///< adaptive codebook
} RA144Context; } RA144Context;
static int ra144_decode_init(AVCodecContext * avctx) static int ra144_decode_init(AVCodecContext * avctx)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment