1
0
Fork 0
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:
winlin 2014-12-02 13:03:25 +08:00
parent f6032ffe6b
commit 07d55010fe
2 changed files with 1 additions and 7 deletions

View file

@ -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);