mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-13 03:31:45 +08:00
防止未赋值导致崩溃的问题
This commit is contained in:
@@ -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{
|
||||||
|
|||||||
Reference in New Issue
Block a user