mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-11 17:55:21 +00:00
Cosmetics: Make the two additional units in size more clear
Originally committed as revision 15266 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
38360668d6
commit
c96a764c72
@ -48,7 +48,7 @@ typedef struct {
|
|||||||
|
|
||||||
/** adaptive codebook. Its size is two units bigger to avoid a
|
/** adaptive codebook. Its size is two units bigger to avoid a
|
||||||
* buffer overflow */
|
* buffer overflow */
|
||||||
uint16_t adapt_cb[148];
|
uint16_t adapt_cb[146+2];
|
||||||
} RA144Context;
|
} RA144Context;
|
||||||
|
|
||||||
static int ra144_decode_init(AVCodecContext * avctx)
|
static int ra144_decode_init(AVCodecContext * avctx)
|
||||||
|
Loading…
Reference in New Issue
Block a user