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

Joshua Colp asteriskteam at digium.com
Tue May 15 04:06:40 CDT 2018


Joshua Colp has submitted this change and it was merged. ( https://gerrit.asterisk.org/8983 )

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(-)

Approvals:
  Joshua Colp: Looks good to me, but someone else must approve; Approved for Submit
  Matthew Fredrickson: Looks good to me, approved



diff --git a/main/rtp_engine.c b/main/rtp_engine.c
index 627605a..1790fb2 100644
--- a/main/rtp_engine.c
+++ b/main/rtp_engine.c
@@ -3366,7 +3366,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/8983
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I90e35b158487f8f1f8187da6241b54cd3b74e667
Gerrit-Change-Number: 8983
Gerrit-PatchSet: 1
Gerrit-Owner: Alexander Traud <pabstraud at compuserve.com>
Gerrit-Reviewer: Jenkins2
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Matthew Fredrickson <creslin at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180515/539c4623/attachment.html>


More information about the asterisk-code-review mailing list