mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
for #742, refine the u_intxx_t to uintxx_t
This commit is contained in:
parent
011ac4f6a9
commit
b16ab038ce
49 changed files with 278 additions and 275 deletions
|
@ -620,7 +620,7 @@ VOID TEST(KernelFlvTest, FlvDecoderMetadata)
|
|||
|
||||
char type = 0;
|
||||
int32_t size = 0;
|
||||
u_int32_t time = 0;
|
||||
uint32_t time = 0;
|
||||
char data[1024];
|
||||
fs.mock_reset_offset();
|
||||
|
||||
|
@ -666,7 +666,7 @@ VOID TEST(KernelFlvTest, FlvDecoderAudio)
|
|||
|
||||
char type = 0;
|
||||
int32_t size = 0;
|
||||
u_int32_t time = 0;
|
||||
uint32_t time = 0;
|
||||
char data[1024];
|
||||
fs.mock_reset_offset();
|
||||
|
||||
|
@ -712,7 +712,7 @@ VOID TEST(KernelFlvTest, FlvDecoderVideo)
|
|||
|
||||
char type = 0;
|
||||
int32_t size = 0;
|
||||
u_int32_t time = 0;
|
||||
uint32_t time = 0;
|
||||
char data[1024];
|
||||
fs.mock_reset_offset();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue