mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
remove the free bytes api of srs-librtmp. use system default is ok.
This commit is contained in:
parent
f6032ffe6b
commit
07d55010fe
2 changed files with 1 additions and 7 deletions
|
@ -608,7 +608,6 @@ extern srs_amf0_t srs_amf0_create_ecma_array();
|
|||
extern srs_amf0_t srs_amf0_create_strict_array();
|
||||
extern srs_amf0_t srs_amf0_create_object();
|
||||
extern void srs_amf0_free(srs_amf0_t amf0);
|
||||
extern void srs_amf0_free_bytes(char* data);
|
||||
/* size and to bytes */
|
||||
extern int srs_amf0_size(srs_amf0_t amf0);
|
||||
extern int srs_amf0_serialize(srs_amf0_t amf0, char* data, int size);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue