[Asterisk-code-review] codecs: Add support for WebRTC iLBC 2.0. (asterisk[13])
Jenkins2
asteriskteam at digium.com
Tue Feb 13 06:29:18 CST 2018
Jenkins2 has submitted this change and it was merged. ( 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(-)
Approvals:
George Joseph: Looks good to me, but someone else must approve
Joshua Colp: Looks good to me, approved
Jenkins2: Approved for Submit
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: merged
Gerrit-Change-Id: I27e09bb875fdd56423bd9fae1be85fddb428eb96
Gerrit-Change-Number: 8189
Gerrit-PatchSet: 1
Gerrit-Owner: Alexander Traud <pabstraud at compuserve.com>
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Jenkins2
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180213/60eeb33d/attachment.html>
More information about the asterisk-code-review
mailing list