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

Refine SrsPithyPrint.age or SrsIngesterFFMPEG.alive in time unit.

This commit is contained in:
winlin 2019-04-18 08:15:55 +08:00
parent 522cbf1df8
commit 283c4c7449
4 changed files with 10 additions and 10 deletions

View file

@ -224,9 +224,9 @@ bool SrsPithyPrint::can_print()
return stage->can_print();
}
int64_t SrsPithyPrint::age()
srs_utime_t SrsPithyPrint::age()
{
return srsu2ms(_age);
return _age;
}