mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-16 04:55:58 +08:00
fix typo
This commit is contained in:
@@ -299,7 +299,7 @@ float RtpProcess::getLossRate(MediaSource &sender, TrackType type) {
|
||||
if (!expected) {
|
||||
return -1;
|
||||
}
|
||||
return geLostInterval() * 100 / expected;
|
||||
return getLostInterval() * 100 / expected;
|
||||
}
|
||||
|
||||
}//namespace mediakit
|
||||
|
||||
Reference in New Issue
Block a user