mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 19:00:01 +08:00
消除编译警告
This commit is contained in:
parent
d07161f18f
commit
523a8d0527
@ -76,7 +76,7 @@ protected:
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool seekTo(MediaSource &sender,uint32_t ui32Stamp){
|
bool seekTo(MediaSource &sender,uint32_t ui32Stamp) override{
|
||||||
if(!_on_seek){
|
if(!_on_seek){
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user