mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Refine SrsFragment.start_dts in time unit
This commit is contained in:
parent
288bed6e26
commit
f5a1f9b774
3 changed files with 6 additions and 6 deletions
|
@ -40,8 +40,8 @@ private:
|
|||
srs_utime_t dur;
|
||||
// The full file path of fragment.
|
||||
std::string filepath;
|
||||
// The start DTS in ms of segment.
|
||||
int64_t start_dts;
|
||||
// The start DTS in srs_utime_t of segment.
|
||||
srs_utime_t start_dts;
|
||||
// Whether current segement contains sequence header.
|
||||
bool sequence_header;
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue