Skip to content
Snippets Groups Projects
Commit 83ec287c authored by Joshua Colp's avatar Joshua Colp Committed by Gerrit Code Review
Browse files

Merge "codecs: Add support for WebRTC iLBC 2.0."

parents 04612861 97f45d58
No related branches found
No related tags found
No related merge requests found
......@@ -42,8 +42,8 @@
#ifdef ILBC_WEBRTC
#include <ilbc.h>
typedef WebRtc_UWord16 ilbc_bytes;
typedef WebRtc_Word16 ilbc_block;
typedef uint16_t ilbc_bytes;
typedef int16_t ilbc_block;
#define BUF_TYPE i16
#else
#include "ilbc/iLBC_encode.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment