mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-14 08:11:51 +00:00
FS-7500: use unsigned int for frame->timestamp
This commit is contained in:
committed by
Michael Jerris
parent
23410ab94a
commit
be21d4f28f
@@ -66,7 +66,7 @@ SWITCH_BEGIN_EXTERN_C
|
||||
/*! the payload of the frame */
|
||||
switch_payload_t payload;
|
||||
/*! the timestamp of the frame */
|
||||
switch_size_t timestamp;
|
||||
uint32_t timestamp;
|
||||
uint16_t seq;
|
||||
uint32_t ssrc;
|
||||
switch_bool_t m;
|
||||
|
||||
Reference in New Issue
Block a user