mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-15 20:45:57 +08:00
修复mp4循环点播逻辑不生效的bug
This commit is contained in:
@@ -80,6 +80,7 @@ bool MP4Reader::readSample() {
|
||||
if (eof && fileRepeat) {
|
||||
//需要从头开始看
|
||||
seekTo(0);
|
||||
return true;
|
||||
}
|
||||
|
||||
return !eof;
|
||||
|
||||
Reference in New Issue
Block a user