aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/ilbc/FrameClassify.h
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2008-03-26 15:53:46 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2008-03-26 15:53:46 +0000
commit46c6d062dd6503d6f491d26946d2099be7b9253b (patch)
tree14dcb9f5b302b1a29934ec7db1e7b103f257b9cb /codecs/ilbc/FrameClassify.h
parent21c939e10425914d3aab3e432024d76de162a251 (diff)
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
Diffstat (limited to 'codecs/ilbc/FrameClassify.h')
-rw-r--r--codecs/ilbc/FrameClassify.h26
1 files changed, 0 insertions, 26 deletions
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
-
-