mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-02 21:13:44 +00:00
mgcp: u_int32_t -> uint32_t
This commit is contained in:
@@ -58,8 +58,8 @@ struct rtp_hdr {
|
|||||||
payload_type:7;
|
payload_type:7;
|
||||||
#endif
|
#endif
|
||||||
u_int16_t sequence;
|
u_int16_t sequence;
|
||||||
u_int32_t timestamp;
|
uint32_t timestamp;
|
||||||
u_int32_t ssrc;
|
uint32_t ssrc;
|
||||||
} __attribute__((packed));
|
} __attribute__((packed));
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user