mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-20 00:30:20 +00:00
Merge "codecs: Add support for WebRTC iLBC 2.0."
This commit is contained in:
@@ -42,8 +42,8 @@
|
|||||||
|
|
||||||
#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