diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-04-12 14:58:46 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-04-12 14:58:46 +0000 |
commit | c40876878a3e1743738f4ce813330812d8bf49f0 (patch) | |
tree | 98a2b74bd2cb014b25a395e186a579687ce59447 /src/libfaad/tns.h | |
parent | 7be172b50ab8d2c90ac818bfe721e70c274d9880 (diff) | |
download | xine-lib-c40876878a3e1743738f4ce813330812d8bf49f0.tar.gz xine-lib-c40876878a3e1743738f4ce813330812d8bf49f0.tar.bz2 |
sync to faad2 cvs, remove some warnings.
CVS patchset: 4592
CVS date: 2003/04/12 14:58:46
Diffstat (limited to 'src/libfaad/tns.h')
-rw-r--r-- | src/libfaad/tns.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/libfaad/tns.h b/src/libfaad/tns.h index d9a904511..37f9c9a9d 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.2 2002/12/16 19:02:12 miguelfreitas Exp $ +** $Id: tns.h,v 1.3 2003/04/12 14:58:47 miguelfreitas Exp $ **/ #ifndef __TNS_H__ @@ -41,10 +41,6 @@ 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, - uint16_t frame_len); -static uint8_t tns_max_order(ic_stream *ics, uint8_t sr_index, - uint8_t object_type); #ifdef __cplusplus |