提交 ec129499 编写于 作者: D Diego Biurrun

Fix embarassing typo in last commit: Restore mistakenly removed ','.

Originally committed as revision 19930 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 1e1898c0
......@@ -111,7 +111,7 @@ static void at1_imdct(AT1Ctx *q, float *spec, float *out, int nbits,
static int at1_imdct_block(AT1SUCtx* su, AT1Ctx *q)
{
int band_num, band_samples, log2_block_count, nbits, num_blocks, block_size;
unsigned int start_pos, ref_pos = 0 pos = 0;
unsigned int start_pos, ref_pos = 0, pos = 0;
for (band_num = 0; band_num < AT1_QMF_BANDS; band_num++) {
band_samples = samples_per_band[band_num];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册