mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
rewrite ff_data_to_hex
This commit is contained in:
parent
e9cb8210fc
commit
ac6b37de4b
3 changed files with 13 additions and 20 deletions
|
@ -184,7 +184,7 @@ extern int ff_hex_to_data(uint8_t* data, const char* p);
|
|||
/**
|
||||
* convert data string to hex.
|
||||
*/
|
||||
extern char *ff_data_to_hex(char *buff, const uint8_t *src, int s, int lowercase);
|
||||
extern char *srs_data_to_hex(char *buff, const uint8_t *src, int s);
|
||||
|
||||
/**
|
||||
* generate the c0 chunk header for msg.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue