mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-25 12:19:52 +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
|
||||
* buffer overflow */
|
||||
uint16_t adapt_cb[148];
|
||||
uint16_t adapt_cb[146+2];
|
||||
} RA144Context;
|
||||
|
||||
static int ra144_decode_init(AVCodecContext * avctx)
|
||||
|
Loading…
Reference in New Issue
Block a user