Commit 40a7b5b5 by xiongziliang

防止未赋值导致崩溃的问题

parent 651d0da1
...@@ -80,7 +80,7 @@ protected: ...@@ -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{
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论