1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

merge from srs2

This commit is contained in:
winlin 2015-10-13 11:48:02 +08:00
commit 57a3b11b86

View file

@ -60,7 +60,7 @@ int SrsBuffer::initialize(char* b, int nb)
nb_bytes = nb;
p = bytes = b;
srs_info("init stream ok, size=%d", size);
srs_info("init stream ok, size=%d", size());
return ret;
}