From 985a492cbbee8d10fb169220f3f112422471adbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Sat, 17 Jun 2006 20:43:57 +0000 Subject: Add patch for faad 5.1 support, sent by Darren Salt on mailing list. CVS patchset: 8050 CVS date: 2006/06/17 20:43:57 --- src/libfaad/sbr_dec.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/libfaad/sbr_dec.c') diff --git a/src/libfaad/sbr_dec.c b/src/libfaad/sbr_dec.c index dba6a4fca..24c1f5031 100644 --- a/src/libfaad/sbr_dec.c +++ b/src/libfaad/sbr_dec.c @@ -22,7 +22,7 @@ ** Commercial non-GPL licensing of this software is possible. ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com. ** -** $Id: sbr_dec.c,v 1.8 2005/10/29 23:57:07 tmmm Exp $ +** $Id: sbr_dec.c,v 1.9 2006/06/17 20:43:57 dgp85 Exp $ **/ @@ -526,8 +526,8 @@ uint8_t sbrDecodeSingleFramePS(sbr_info *sbr, real_t *left_channel, real_t *righ uint8_t l, k; uint8_t dont_process = 0; uint8_t ret = 0; - ALIGN qmf_t X_left[38][64] = {{0}}; - ALIGN qmf_t X_right[38][64] = {{0}}; /* must set this to 0 */ + ALIGN qmf_t X_left[38][64] = {{{0}}}; + ALIGN qmf_t X_right[38][64] = {{{0}}}; /* must set this to 0 */ if (sbr == NULL) return 20; -- cgit v1.2.3