Skip to content

Commit

Permalink
Merge "rtp_engine: Remove the double assigned RTP payload ID of H.263+."
Browse files Browse the repository at this point in the history
  • Loading branch information
jcolp authored and Gerrit Code Review committed May 15, 2018
2 parents c0c7999 + 71d1e8d commit 1cc4313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/rtp_engine.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 1cc4313

Please sign in to comment.