From 46c6d062dd6503d6f491d26946d2099be7b9253b Mon Sep 17 00:00:00 2001 From: kpfleming Date: Wed, 26 Mar 2008 15:53:46 +0000 Subject: due to licensing restrictions, we cannot distribute the source code for iLBC encoding and decoding... so remove it, and add instructions on how the user can obtain it themselves git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@110869 f38db490-d61c-443f-a65b-d21fe96a405b --- codecs/ilbc/FrameClassify.h | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 codecs/ilbc/FrameClassify.h (limited to 'codecs/ilbc/FrameClassify.h') diff --git a/codecs/ilbc/FrameClassify.h b/codecs/ilbc/FrameClassify.h deleted file mode 100644 index 35cbd325b..000000000 --- a/codecs/ilbc/FrameClassify.h +++ /dev/null @@ -1,26 +0,0 @@ - -/****************************************************************** - - iLBC Speech Coder ANSI-C Source Code - - FrameClassify.h - - Copyright (C) The Internet Society (2004). - All Rights Reserved. - -******************************************************************/ - - - -#ifndef __iLBC_FRAMECLASSIFY_H -#define __iLBC_FRAMECLASSIFY_H - -int FrameClassify( /* index to the max-energy sub-frame */ - iLBC_Enc_Inst_t *iLBCenc_inst, - /* (i/o) the encoder state structure */ - float *residual /* (i) lpc residual signal */ -); - -#endif - - -- cgit v1.2.3