summaryrefslogtreecommitdiff
path: root/orkaudio/audiocaptureplugins/voip/g711.h
diff options
context:
space:
mode:
Diffstat (limited to 'orkaudio/audiocaptureplugins/voip/g711.h')
-rw-r--r--orkaudio/audiocaptureplugins/voip/g711.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/orkaudio/audiocaptureplugins/voip/g711.h b/orkaudio/audiocaptureplugins/voip/g711.h
deleted file mode 100644
index f15df4d..0000000
--- a/orkaudio/audiocaptureplugins/voip/g711.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * Oreka -- A media capture and retrieval platform
- *
- * Copyright (C) 2005, orecx LLC
- *
- * http://www.orecx.com
- *
- * This program is free software, distributed under the terms of
- * the GNU General Public License.
- * Please refer to http://www.gnu.org/copyleft/gpl.html
- *
- */
-
-#ifndef __G711_H__
-#define __G711_H__
-
-int ulaw2linear(unsigned char u_val);
-int alaw2linear(unsigned char a_val);
-
-#endif
-