projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e1898c
)
Fix embarassing typo in last commit: Restore mistakenly removed ','.
author
Diego Biurrun
<diego@biurrun.de>
Sun, 20 Sep 2009 17:18:59 +0000
(17:18 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Sun, 20 Sep 2009 17:18:59 +0000
(17:18 +0000)
Originally committed as revision 19930 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/atrac1.c
patch
|
blob
|
history
diff --git
a/libavcodec/atrac1.c
b/libavcodec/atrac1.c
index d08056f5a9ea99025d7d4ddf3e56e83a097c10c2..c0d2c1ff09dbc71f615b0392d6507e37b3f79ad7 100644
(file)
--- 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];