[Asterisk-code-review] rtp engine: Remove the double assigned RTP payload ID of H.2... (asterisk[15])

Alexander Traud asteriskteam at digium.com
Fri May 11 12:49:52 CDT 2018


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


Change subject: rtp_engine: Remove the double assigned RTP payload ID of H.263+.
......................................................................

rtp_engine: Remove the double assigned RTP payload ID of H.263+.

Mantis-3709 (Commit 68ff3c3, Asterisk 1.2) added support for the video format
H.263+. For this, the RTP payload ID 103 got assigned statically. Commit f1aadc8
assigned another payload ID 98 for this format in Asterisk 1.6.

Change-Id: I90e35b158487f8f1f8187da6241b54cd3b74e667
---
M main/rtp_engine.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/84/8984/1

diff --git a/main/rtp_engine.c b/main/rtp_engine.c
index 5242e81..5726579 100644
--- a/main/rtp_engine.c
+++ b/main/rtp_engine.c
@@ -3360,7 +3360,7 @@
 	 */
 	add_static_payload(96, ast_format_slin192, 0);
 	add_static_payload(97, ast_format_ilbc, 0);
-	add_static_payload(98, ast_format_h263p, 0);
+
 	add_static_payload(99, ast_format_h264, 0);
 	add_static_payload(100, ast_format_vp8, 0);
 	add_static_payload(101, NULL, AST_RTP_DTMF);

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

Gerrit-Project: asterisk
Gerrit-Branch: 15
Gerrit-MessageType: newchange
Gerrit-Change-Id: I90e35b158487f8f1f8187da6241b54cd3b74e667
Gerrit-Change-Number: 8984
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/20180511/7383041d/attachment.html>


More information about the asterisk-code-review mailing list