[FFmpeg-cvslog] r15266 - trunk/libavcodec/ra144.c
vitor
subversion
Mon Sep 8 20:13:53 CEST 2008
Author: vitor
Date: Mon Sep 8 20:13:53 2008
New Revision: 15266
Log:
Cosmetics: Make the two additional units in size more clear
Modified:
trunk/libavcodec/ra144.c
Modified: trunk/libavcodec/ra144.c
==============================================================================
--- trunk/libavcodec/ra144.c (original)
+++ trunk/libavcodec/ra144.c Mon Sep 8 20:13:53 2008
@@ -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)
More information about the ffmpeg-cvslog
mailing list