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

refine log and thread function name

This commit is contained in:
winlin 2014-04-04 12:18:05 +08:00
parent 1117f78587
commit 6d32ad1828
8 changed files with 19 additions and 17 deletions

View file

@ -101,7 +101,7 @@ public:
// interface ISrsThreadHandler.
public:
virtual int cycle();
virtual void on_leave_loop();
virtual void on_thread_stop();
private:
virtual void clear_engines();
virtual SrsFFMPEG* at(int index);