[FFmpeg-soc] [soc]: r2185 - aac/aac.c
superdump
subversion at mplayerhq.hu
Fri May 23 10:27:08 CEST 2008
Author: superdump
Date: Fri May 23 10:27:08 2008
New Revision: 2185
Log:
Remove assertion that checks for corrupt bitstream
Modified:
aac/aac.c
Modified: aac/aac.c
==============================================================================
--- aac/aac.c (original)
+++ aac/aac.c Fri May 23 10:27:08 2008
@@ -1067,7 +1067,6 @@ static int decode_section_data(AACContex
sect_len += k;
for (; k < sect_len && k < ics->max_sfb; k++)
cb[g][k] = sect_cb;
- assert(k == sect_len);
}
}
return 0;
More information about the FFmpeg-soc
mailing list