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

refine code, rename the sync call to common class.

This commit is contained in:
winlin 2015-05-23 07:57:45 +08:00
parent 0bb90145ba
commit 2f0ef87d6d
6 changed files with 43 additions and 41 deletions

View file

@ -178,7 +178,7 @@ public:
/**
* the dvr async call.
*/
class SrsDvrAsyncCallOnDvr : public ISrsDvrAsyncCall
class SrsDvrAsyncCallOnDvr : public ISrsAsyncCallTask
{
private:
std::string path;
@ -206,7 +206,7 @@ public:
SrsRequest* req;
protected:
SrsFlvSegment* segment;
SrsDvrAsyncCallThread* async;
SrsAsyncCallWorker* async;
bool dvr_enabled;
public:
SrsDvrPlan();