mgcp: u_int32_t -> uint32_t

This commit is contained in:
Holger Hans Peter Freyther
2010-07-23 18:55:38 +08:00
parent ca157ed3c3
commit d9b18f8c21

View File

@@ -58,8 +58,8 @@ struct rtp_hdr {
payload_type:7;
#endif
u_int16_t sequence;
u_int32_t timestamp;
u_int32_t ssrc;
uint32_t timestamp;
uint32_t ssrc;
} __attribute__((packed));