aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/srtp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/srtp.h b/include/srtp.h
index e21ae00..a429354 100644
--- a/include/srtp.h
+++ b/include/srtp.h
@@ -1408,7 +1408,7 @@ typedef enum {
typedef struct srtp_event_data_t {
srtp_t session; /**< The session in which the event happend. */
- uintptr_t ssrc; /**< The ssrc in host order of the stream in which the event happend */
+ uint32_t ssrc; /**< The ssrc in host order of the stream in which the event happend */
srtp_event_t event; /**< An enum indicating the type of event. */
} srtp_event_data_t;