changeset 7827:82fc486cd128 libavcodec

Cosmetics: Make the two additional units in size more clear
author vitor
date Mon, 08 Sep 2008 18:13:53 +0000
parents ddbb45888e46
children 0dc972a25a37
files ra144.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ra144.c	Mon Sep 08 15:28:07 2008 +0000
+++ b/ra144.c	Mon Sep 08 18:13:53 2008 +0000
@@ -48,7 +48,7 @@
 
     /** 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)