mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-03 08:57:32 +08:00
修复无人播放事件触发延时不准确的bug
This commit is contained in:
@@ -79,7 +79,7 @@ private:
|
||||
return;
|
||||
}
|
||||
|
||||
if (--_readerCount == 0 && totalReaderCount() == 0) {
|
||||
if (--_readerCount == 0) {
|
||||
onNoneReader();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user