From bb2b2b998a158cc192e4593f08d94253347e0102 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Thu, 18 Jul 2002 17:24:37 +0000 Subject: fix crash with one of my streams http://sourceforge.net/tracker/index.php?func=detail&aid=582952&group_id=704&atid=100704 CVS patchset: 2311 CVS date: 2002/07/18 17:24:37 --- src/libfaad/syntax.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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]; -- cgit v1.2.3