[Asterisk-code-review] codecs: Add support for WebRTC iLBC 2.0. (asterisk[13])
Alexander Traud
asteriskteam at digium.com
Mon Feb 12 05:39:50 CST 2018
Alexander Traud has uploaded this change for review. ( https://gerrit.asterisk.org/8189
Change subject: codecs: Add support for WebRTC iLBC 2.0.
......................................................................
codecs: Add support for WebRTC iLBC 2.0.
When the latest version of that library was installed, Asterisk did not build.
ASTERISK-27669
Reported by: Николай Михо
Change-Id: I27e09bb875fdd56423bd9fae1be85fddb428eb96
---
M codecs/codec_ilbc.c
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/89/8189/1
diff --git a/codecs/codec_ilbc.c b/codecs/codec_ilbc.c
index 026fe9a..3d63caa 100644
--- a/codecs/codec_ilbc.c
+++ b/codecs/codec_ilbc.c
@@ -41,8 +41,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"
--
To view, visit https://gerrit.asterisk.org/8189
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-MessageType: newchange
Gerrit-Change-Id: I27e09bb875fdd56423bd9fae1be85fddb428eb96
Gerrit-Change-Number: 8189
Gerrit-PatchSet: 1
Gerrit-Owner: Alexander Traud <pabstraud at compuserve.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180212/07a20c36/attachment.html>
More information about the asterisk-code-review
mailing list