[FFmpeg-soc] [soc]: r3233 - aac/aac.c

superdump subversion at mplayerhq.hu
Wed Aug 13 22:18:09 CEST 2008


Author: superdump
Date: Wed Aug 13 22:18:09 2008
New Revision: 3233

Log:
10l - copy and paste type


Modified:
   aac/aac.c

Modified: aac/aac.c
==============================================================================
--- aac/aac.c	(original)
+++ aac/aac.c	Wed Aug 13 22:18:09 2008
@@ -908,7 +908,7 @@ static int decode_spectrum_and_dequant(A
                             for (j = 0; j < dim; j++)
                                 icoef[icoef_tmp_idx + j] *= vq_ptr[j];
                         for (j = 0; j < dim; j++)
-                            coef[(group << 7) + k + j] = ivquant(icoef[icoef_tmp_idx + k]) * sf[idx];
+                            coef[(group << 7) + k + j] = ivquant(icoef[icoef_tmp_idx + j]) * sf[idx];
                     }
                 }
             }



More information about the FFmpeg-soc mailing list