1
0
Fork 0
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:
winlin 2019-04-18 08:01:17 +08:00
parent 288bed6e26
commit f5a1f9b774
3 changed files with 6 additions and 6 deletions

View file

@ -129,7 +129,7 @@ private:
uint64_t audio_dts;
uint64_t video_dts;
private:
// The fragment duration in ms to reap it.
// The fragment duration in srs_utime_t to reap it.
srs_utime_t fragment;
private:
std::string home;