Commit 1c635e8a authored by vitor's avatar vitor

Cosmetics: Make the two additional units in size more clear



git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15266 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b35ce9a9
......@@ -48,7 +48,7 @@ typedef struct {
/** adaptive codebook. Its size is two units bigger to avoid a
* buffer overflow */
uint16_t adapt_cb[148];
uint16_t adapt_cb[146+2];
} 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