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];
}
}
}
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc