Author: superdump
Date: Sat Jun 21 17:07:02 2008
New Revision: 2520

Log:
Cosmetics


Modified:
   aac/aac.c

Modified: aac/aac.c
==============================================================================
--- aac/aac.c   (original)
+++ aac/aac.c   Sat Jun 21 17:07:02 2008
@@ -1168,7 +1168,8 @@ static int decode_spectral_data(AACConte
                             av_log(ac->avccontext, AV_LOG_ERROR, "Error in 
spectral data\n");
                             return -1;
                         }
-                        for (j = 0; j < dim; j++) icoef[coef_idx + j] = 1;
+                        for (j = 0; j < dim; j++)
+                            icoef[coef_idx + j] = 1;
                         if (IS_CODEBOOK_UNSIGNED(cur_cb)) {
                             for (j = 0; j < dim; j++)
                                 if (vq_ptr[j] && get_bits1(gb))
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to