Skip to content

Commit c847568

Browse files
authored
Merge pull request #746 from vikramdattu/bugfix/srtp_remove_stream_signature
Fix function signature mismatch for `srtp_remove_stream`
2 parents 209d399 + 9fd71ba commit c847568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/srtp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ srtp_err_status_t srtp_add_stream(srtp_t session, const srtp_policy_t *policy);
631631
* - [other] otherwise.
632632
*
633633
*/
634-
srtp_err_status_t srtp_remove_stream(srtp_t session, unsigned int ssrc);
634+
srtp_err_status_t srtp_remove_stream(srtp_t session, uint32_t ssrc);
635635

636636
/**
637637
* @brief srtp_update() updates all streams in the session.

0 commit comments

Comments
 (0)