FS-7500: use unsigned int for frame->timestamp

This commit is contained in:
Anthony Minessale
2014-12-04 14:43:47 -06:00
committed by Michael Jerris
parent 23410ab94a
commit be21d4f28f
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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;