ref: 26f82786559869ef07f4809b71bd3db6ab5922bf
parent: 519d283e3ff39a129ed2b095a5f673f518291756
author: menno <menno>
date: Mon Aug 7 14:00:49 EDT 2006
Silly bug
--- a/libfaad/syntax.c
+++ b/libfaad/syntax.c
@@ -27,7 +27,7 @@
** Commercial non-GPL licensing of this software is possible.
** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
**
-** $Id: syntax.c,v 1.85 2006/05/17 18:49:21 menno Exp $
+** $Id: syntax.c,v 1.86 2006/08/07 18:00:49 menno Exp $
**/
/*
@@ -2243,7 +2243,7 @@
n++;
drc->num_bands += band_incr;
- for (i = 0; i < drc->num_bands; i++);
+ for (i = 0; i < drc->num_bands; i++)
{
drc->band_top[i] = (uint8_t)faad_getbits(ld, 8
DEBUGVAR(1,97,"dynamic_range_info(): band_top"));