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

This commit is contained in:
xiongziliang 2020-04-02 10:35:10 +08:00
parent 651d0da14a
commit 40a7b5b5b4

View File

@ -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{