diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2008-09-08 18:13:53 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2008-09-08 18:13:53 +0000 |
commit | c96a764c72c9916c5e993da7610d6da812d07b0a (patch) | |
tree | 003713b88f120a8168553a93232c81e39078d77a /libavcodec/ra144.c | |
parent | 38360668d619928aaf54e1e17249f490f6fdf296 (diff) | |
download | ffmpeg-c96a764c72c9916c5e993da7610d6da812d07b0a.tar.gz |
Cosmetics: Make the two additional units in size more clear
Originally committed as revision 15266 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ra144.c')
-rw-r--r-- | libavcodec/ra144.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |