From c96a764c72c9916c5e993da7610d6da812d07b0a Mon Sep 17 00:00:00 2001 From: Vitor Sessak Date: Mon, 8 Sep 2008 18:13:53 +0000 Subject: Cosmetics: Make the two additional units in size more clear Originally committed as revision 15266 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ra144.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/ra144.c') diff --git a/libavcodec/ra144.c b/libavcodec/ra144.c index 2918902c9f..f86e0bf4ae 100644 --- a/libavcodec/ra144.c +++ b/libavcodec/ra144.c @@ -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) -- cgit v1.2.3