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

This commit is contained in:
Joshua Colp 2018-05-15 04:06:39 -05:00 committed by Gerrit Code Review
commit 1cc4313d32
1 changed files with 1 additions and 1 deletions

View File

@ -3366,7 +3366,7 @@ int ast_rtp_engine_init(void)
*/
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);