1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-10-08 10:26:55 +02:00

More comments improvement

Originally committed as revision 13922 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Vitor Sessak 2008-06-23 20:26:24 +00:00
parent c17fd98cdc
commit d1024e0719

View File

@ -41,7 +41,9 @@ typedef struct {
/** the current subblock padded by the last 10 values of the previous one*/
int16_t curr_sblock[50];
uint16_t adapt_cb[148]; ///< adaptive codebook
/** adaptive codebook. Its size is two units bigger to avoid a
* buffer overflow */
uint16_t adapt_cb[148];
} RA144Context;
static int ra144_decode_init(AVCodecContext * avctx)