diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2002-12-16 18:59:50 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2002-12-16 18:59:50 +0000 |
commit | 94ef6649dd5f4e95337af00dcede2337ea7cfb49 (patch) | |
tree | 07d679ce92b4e4517815abc42394480eebf44904 /src/libfaad/tns.h | |
parent | 48f4c5809db11a6df4a5e7285d5e60a2ed924e2a (diff) | |
download | xine-lib-94ef6649dd5f4e95337af00dcede2337ea7cfb49.tar.gz xine-lib-94ef6649dd5f4e95337af00dcede2337ea7cfb49.tar.bz2 |
updated libfaad
CVS patchset: 3560
CVS date: 2002/12/16 18:59:50
Diffstat (limited to 'src/libfaad/tns.h')
-rw-r--r-- | src/libfaad/tns.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/libfaad/tns.h b/src/libfaad/tns.h index 2221b6926..d9a904511 100644 --- a/src/libfaad/tns.h +++ b/src/libfaad/tns.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: tns.h,v 1.1 2002/07/14 23:43:02 miguelfreitas Exp $ +** $Id: tns.h,v 1.2 2002/12/16 19:02:12 miguelfreitas Exp $ **/ #ifndef __TNS_H__ @@ -41,7 +41,8 @@ static void tns_ar_filter(real_t *spectrum, uint16_t size, int8_t inc, real_t *l uint8_t order); static void tns_ma_filter(real_t *spectrum, uint16_t size, int8_t inc, real_t *lpc, uint8_t order); -static uint8_t tns_max_bands(ic_stream *ics, uint8_t sr_index, uint8_t object_type); +static uint8_t tns_max_bands(ic_stream *ics, uint8_t sr_index, uint8_t object_type, + uint16_t frame_len); static uint8_t tns_max_order(ic_stream *ics, uint8_t sr_index, uint8_t object_type); |