mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
refine code, fix bug of hls, following jetbrains clion code-inspector. 0.9.215
This commit is contained in:
parent
4a323e64c4
commit
002facb85b
21 changed files with 73 additions and 84 deletions
|
@ -310,7 +310,7 @@ int SrsFlvDecoder::read_tag_header(char* ptype, int32_t* pdata_size, u_int32_t*
|
|||
// Reserved UB [2]
|
||||
// Filter UB [1]
|
||||
// TagType UB [5]
|
||||
*ptype = (int)(th[0] & 0x1F);
|
||||
*ptype = (th[0] & 0x1F);
|
||||
|
||||
// DataSize UI24
|
||||
char* pp = (char*)pdata_size;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue