[FFmpeg-soc] [soc]: r2282 - aac/aac.c
superdump
subversion at mplayerhq.hu
Sat May 31 13:04:27 CEST 2008
Author: superdump
Date: Sat May 31 13:04:27 2008
New Revision: 2282
Log:
Be less assertive
Modified:
aac/aac.c
Modified: aac/aac.c
==============================================================================
--- aac/aac.c (original)
+++ aac/aac.c Sat May 31 13:04:27 2008
@@ -1246,7 +1246,6 @@ static int decode_spectral_data(AACConte
for (j = 0; j < dim; j++)
icoef[group*128+k+j] = sign[j] * ptr[j];
}
- assert(k == offsets[i+1]);
}
}
}
More information about the FFmpeg-soc
mailing list