[FFmpeg-soc] [soc]: r2080 - aac/aac.c
andoma
subversion at mplayerhq.hu
Thu Apr 3 09:49:58 CEST 2008
Author: andoma
Date: Thu Apr 3 09:49:58 2008
New Revision: 2080
Log:
Use name of escape codebook.
Modified:
aac/aac.c
Modified: aac/aac.c
==============================================================================
--- aac/aac.c (original)
+++ aac/aac.c Thu Apr 3 09:49:58 2008
@@ -1264,7 +1264,7 @@ static int decode_spectral_data(AACConte
if (ptr[j] && get_bits1(gb))
sign[j] = -1;
}
- if (cur_cb == 11) {
+ if (cur_cb == ESC_HCB) {
for (j = 0; j < 2; j++) {
if (ptr[j] == 16) {
int n = 4;
More information about the FFmpeg-soc
mailing list