mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 03:50:31 +00:00
issue #5605
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6979 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
*
|
||||
* \brief codec_a_mu.c - translate between alaw and ulaw directly
|
||||
*
|
||||
* \ingroup codecs
|
||||
*/
|
||||
|
||||
#include <fcntl.h>
|
||||
|
@@ -24,6 +24,7 @@
|
||||
*
|
||||
* \brief codec_adpcm.c - translate between signed linear and Dialogic ADPCM
|
||||
*
|
||||
* \ingroup codecs
|
||||
*/
|
||||
|
||||
#include <fcntl.h>
|
||||
|
@@ -20,6 +20,7 @@
|
||||
*
|
||||
* \brief codec_alaw.c - translate between signed linear and alaw
|
||||
*
|
||||
* \ingroup codecs
|
||||
*/
|
||||
|
||||
#include <fcntl.h>
|
||||
|
@@ -24,6 +24,7 @@
|
||||
*
|
||||
* \brief Translate between signed linear and G.723.1
|
||||
*
|
||||
* \ingroup codecs
|
||||
*/
|
||||
|
||||
#define TYPE_HIGH 0x0
|
||||
|
@@ -24,6 +24,7 @@
|
||||
*
|
||||
* \brief codec_g726.c - translate between signed linear and ITU G.726-32kbps
|
||||
*
|
||||
* \ingroup codecs
|
||||
*/
|
||||
|
||||
#include <fcntl.h>
|
||||
|
@@ -23,6 +23,7 @@
|
||||
*
|
||||
* \brief Translate between signed linear and Global System for Mobile Communications (GSM)
|
||||
*
|
||||
* \ingroup codecs
|
||||
*/
|
||||
|
||||
#include <fcntl.h>
|
||||
|
@@ -22,6 +22,7 @@
|
||||
*
|
||||
* \brief Translate between signed linear and Internet Low Bitrate Codec
|
||||
*
|
||||
* \ingroup codecs
|
||||
*/
|
||||
|
||||
#include <fcntl.h>
|
||||
|
@@ -24,6 +24,7 @@
|
||||
*
|
||||
* \brief Translate between signed linear and LPC10 (Linear Predictor Code)
|
||||
*
|
||||
* \ingroup codecs
|
||||
*/
|
||||
|
||||
#include <fcntl.h>
|
||||
|
@@ -24,6 +24,7 @@
|
||||
* http://www.speex.org
|
||||
* \note This work was motivated by Jeremy McNamara
|
||||
* hacked to be configurable by anthm and bkw 9/28/2004
|
||||
* \ingroup codecs
|
||||
*/
|
||||
|
||||
#include <fcntl.h>
|
||||
|
@@ -20,6 +20,7 @@
|
||||
*
|
||||
* \brief codec_ulaw.c - translate between signed linear and ulaw
|
||||
*
|
||||
* \ingroup codecs
|
||||
*/
|
||||
|
||||
#include <fcntl.h>
|
||||
|
Reference in New Issue
Block a user