[FFmpeg-cvslog] r19930 - trunk/libavcodec/atrac1.c

diego subversion
Sun Sep 20 19:18:59 CEST 2009


Author: diego
Date: Sun Sep 20 19:18:59 2009
New Revision: 19930

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

Modified:
   trunk/libavcodec/atrac1.c

Modified: trunk/libavcodec/atrac1.c
==============================================================================
--- trunk/libavcodec/atrac1.c	Sun Sep 20 19:16:12 2009	(r19929)
+++ trunk/libavcodec/atrac1.c	Sun Sep 20 19:18:59 2009	(r19930)
@@ -111,7 +111,7 @@ static void at1_imdct(AT1Ctx *q, float *
 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];



More information about the ffmpeg-cvslog mailing list