[Asterisk-code-review] codecs: Add support for WebRTC iLBC 2.0. (asterisk[15])

Alexander Traud asteriskteam at digium.com
Mon Feb 12 05:40:00 CST 2018


Alexander Traud has uploaded this change for review. ( https://gerrit.asterisk.org/8190


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/90/8190/1

diff --git a/codecs/codec_ilbc.c b/codecs/codec_ilbc.c
index d691f70..536d680 100644
--- a/codecs/codec_ilbc.c
+++ b/codecs/codec_ilbc.c
@@ -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"

-- 
To view, visit https://gerrit.asterisk.org/8190
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: 15
Gerrit-MessageType: newchange
Gerrit-Change-Id: I27e09bb875fdd56423bd9fae1be85fddb428eb96
Gerrit-Change-Number: 8190
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/dda53bd0/attachment-0001.html>


More information about the asterisk-code-review mailing list