summaryrefslogtreecommitdiff
path: root/libavcodec/atrac1.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-09-20 17:18:59 +0000
committerDiego Biurrun <diego@biurrun.de>2009-09-20 17:18:59 +0000
commitec129499b85e3d33a750d49862a73c2d19f61490 (patch)
treeceed8dc1ed6b8d0accada93ba93893e6bd7783e3 /libavcodec/atrac1.c
parent1e1898c00fc430c9e1489c6b7ad38f6461451afd (diff)
Fix embarassing typo in last commit: Restore mistakenly removed ','.
Originally committed as revision 19930 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/atrac1.c')
-rw-r--r--libavcodec/atrac1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/atrac1.c b/libavcodec/atrac1.c
index d08056f5a9..c0d2c1ff09 100644
--- a/libavcodec/atrac1.c
+++ b/libavcodec/atrac1.c
@@ -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];