Commit 14853b87 authored by vitor's avatar vitor

More comments improvement

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13922 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 564e48ff
......@@ -41,7 +41,9 @@ typedef struct {
/** the current subblock padded by the last 10 values of the previous one*/
int16_t curr_sblock[50];
uint16_t adapt_cb[148]; ///< adaptive codebook
/** adaptive codebook. Its size is two units bigger to avoid a
* buffer overflow */
uint16_t adapt_cb[148];
} RA144Context;
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