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:
commit
57a3b11b86
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ int SrsBuffer::initialize(char* b, int nb)
|
||||||
|
|
||||||
nb_bytes = nb;
|
nb_bytes = nb;
|
||||||
p = bytes = b;
|
p = bytes = b;
|
||||||
srs_info("init stream ok, size=%d", size);
|
srs_info("init stream ok, size=%d", size());
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue