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

Refine comments

This commit is contained in:
winlin 2020-06-26 15:25:11 +08:00
parent 5cc0f70f62
commit a6ade57ce5

View file

@ -127,7 +127,7 @@ public:
bool require(int required_size);
public:
// Skip some size.
// @param size can be any value. positive to forward; nagetive to backward.
// @param size can be any value. positive to forward; negative to backward.
// @remark to skip(pos()) to reset buffer.
// @remark assert initialized, the data() not NULL.
void skip(int size);