消除编译警告

This commit is contained in:
xiongziliang 2020-04-03 22:19:04 +08:00
parent d07161f18f
commit 523a8d0527

View File

@ -76,7 +76,7 @@ protected:
return true;
}
bool seekTo(MediaSource &sender,uint32_t ui32Stamp){
bool seekTo(MediaSource &sender,uint32_t ui32Stamp) override{
if(!_on_seek){
return false;
}