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