[SCM] libav/experimental: Fix embarassing typo in last commit: Restore mistakenly removed ', '.
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:51:30 UTC 2013
The following commit has been merged in the experimental branch:
commit ec129499b85e3d33a750d49862a73c2d19f61490
Author: Diego Biurrun <diego at biurrun.de>
Date: Sun Sep 20 17:18:59 2009 +0000
Fix embarassing typo in last commit: Restore mistakenly removed ','.
Originally committed as revision 19930 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavcodec/atrac1.c b/libavcodec/atrac1.c
index d08056f..c0d2c1f 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];
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list