summaryrefslogtreecommitdiff
path: root/apps/codecs/libfaad/syntax.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libfaad/syntax.c')
-rw-r--r--apps/codecs/libfaad/syntax.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libfaad/syntax.c b/apps/codecs/libfaad/syntax.c
index af1a50f4d8..d3d7f9e3d4 100644
--- a/apps/codecs/libfaad/syntax.c
+++ b/apps/codecs/libfaad/syntax.c
@@ -2165,7 +2165,7 @@ static uint8_t dynamic_range_info(bitfile *ld, drc_info *drc)
2165 n++; 2165 n++;
2166 drc->num_bands += band_incr; 2166 drc->num_bands += band_incr;
2167 2167
2168 for (i = 0; i < drc->num_bands; i++); 2168 for (i = 0; i < drc->num_bands; i++)
2169 { 2169 {
2170 drc->band_top[i] = (uint8_t)faad_getbits(ld, 8 2170 drc->band_top[i] = (uint8_t)faad_getbits(ld, 8
2171 DEBUGVAR(1,97,"dynamic_range_info(): band_top")); 2171 DEBUGVAR(1,97,"dynamic_range_info(): band_top"));