mirror of
https://gitee.com/xia-chu/ZLMediaKit.git
synced 2026-05-06 10:57:50 +08:00
防止未赋值导致崩溃的问题
This commit is contained in:
parent
651d0da14a
commit
40a7b5b5b4
@ -80,7 +80,7 @@ protected:
|
||||
if(!_on_seek){
|
||||
return false;
|
||||
}
|
||||
return _on_seek(_on_seek_data);
|
||||
return _on_seek(_on_seek_data,ui32Stamp);
|
||||
}
|
||||
// 观看总人数
|
||||
int totalReaderCount(MediaSource &sender) override{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user