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

for bug #241, change buffer size when chunk size changed.

This commit is contained in:
winlin 2014-12-03 21:46:47 +08:00
parent 19b1d750aa
commit aee00877df
6 changed files with 52 additions and 20 deletions

View file

@ -173,7 +173,7 @@ public:
virtual void on_recv_error(int ret);
// interface IMergeReadHandler
public:
virtual void on_read(ssize_t nread);
virtual void on_read(int nb_buffer, ssize_t nread);
};
#endif