Cosmetics: Make the two additional units in size more clear

Originally committed as revision 15266 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Vitor Sessak 2008-09-08 18:13:53 +00:00
parent 38360668d6
commit c96a764c72

View File

@ -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)