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