mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-10 20:08:16 +00:00
Merge "codecs: Add support for WebRTC iLBC 2.0." into 13
This commit is contained in:
@@ -41,8 +41,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
|||||||
|
|
||||||
#ifdef ILBC_WEBRTC
|
#ifdef ILBC_WEBRTC
|
||||||
#include <ilbc.h>
|
#include <ilbc.h>
|
||||||
typedef WebRtc_UWord16 ilbc_bytes;
|
typedef uint16_t ilbc_bytes;
|
||||||
typedef WebRtc_Word16 ilbc_block;
|
typedef int16_t ilbc_block;
|
||||||
#define BUF_TYPE i16
|
#define BUF_TYPE i16
|
||||||
#else
|
#else
|
||||||
#include "ilbc/iLBC_encode.h"
|
#include "ilbc/iLBC_encode.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user