diff options
-rw-r--r-- | src/libfaad/syntax.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libfaad/syntax.h b/src/libfaad/syntax.h index ef3a362cd..ecee3e7f0 100644 --- a/src/libfaad/syntax.h +++ b/src/libfaad/syntax.h @@ -16,7 +16,7 @@ ** along with this program; if not, write to the Free Software ** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ** -** $Id: syntax.h,v 1.1 2002/07/14 23:43:01 miguelfreitas Exp $ +** $Id: syntax.h,v 1.2 2002/07/18 17:24:37 miguelfreitas Exp $ **/ #ifndef __SYNTAX_H__ @@ -224,7 +224,7 @@ typedef struct uint8_t window_shape; uint8_t scale_factor_grouping; uint16_t sect_sfb_offset[8][15*8]; - uint16_t swb_offset[51]; + uint16_t swb_offset[52]; uint8_t sect_cb[8][15*8]; uint16_t sect_start[8][15*8]; |