# HG changeset patch # User vitor # Date 1214252784 0 # Node ID e02e62ffe510f982ab662eef84c88b8df6e9ad62 # Parent 1d9f28fe9bd3d650c35745b3470fc977a16a279b More comments improvement diff -r 1d9f28fe9bd3 -r e02e62ffe510 ra144.c --- a/ra144.c Mon Jun 23 20:24:06 2008 +0000 +++ b/ra144.c Mon Jun 23 20:26:24 2008 +0000 @@ -41,7 +41,9 @@ /** 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)