mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 10:40:05 +08:00
修复mp4循环点播逻辑不生效的bug
This commit is contained in:
parent
708300951b
commit
67f4ca4b83
@ -80,6 +80,7 @@ bool MP4Reader::readSample() {
|
||||
if (eof && fileRepeat) {
|
||||
//需要从头开始看
|
||||
seekTo(0);
|
||||
return true;
|
||||
}
|
||||
|
||||
return !eof;
|
||||
|
Loading…
Reference in New Issue
Block a user