mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Refine typo in app.
This commit is contained in:
parent
aac8a13f42
commit
45009785fb
27 changed files with 409 additions and 703 deletions
|
@ -29,10 +29,8 @@
|
|||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
/**
|
||||
* Represent a fragment, such as HLS segment, DVR segment or DASH segment.
|
||||
* It's a media file, for example FLV or MP4, with duration.
|
||||
*/
|
||||
// Represent a fragment, such as HLS segment, DVR segment or DASH segment.
|
||||
// It's a media file, for example FLV or MP4, with duration.
|
||||
class SrsFragment
|
||||
{
|
||||
private:
|
||||
|
@ -75,9 +73,7 @@ public:
|
|||
virtual srs_error_t rename();
|
||||
};
|
||||
|
||||
/**
|
||||
* The fragment window manage a series of fragment.
|
||||
*/
|
||||
// The fragment window manage a series of fragment.
|
||||
class SrsFragmentWindow
|
||||
{
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue