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

for #299, refine code.

This commit is contained in:
winlin 2017-02-19 22:03:51 +08:00
parent ede1c34a25
commit cee9d736a4
4 changed files with 64 additions and 13 deletions

View file

@ -57,7 +57,7 @@ class SrsConnection;
class SrsMessageHeader;
class SrsHls;
class SrsDvr;
class SrsMpegDash;
class SrsDash;
#ifdef SRS_AUTO_TRANSCODE
class SrsEncoder;
#endif
@ -427,7 +427,7 @@ private:
// hls handler.
SrsHls* hls;
// The DASH encoder.
SrsMpegDash* dash;
SrsDash* dash;
// dvr handler.
SrsDvr* dvr;
// transcoding handler.