修复mp4循环点播逻辑不生效的bug

This commit is contained in:
xiongziliang 2020-04-04 16:08:31 +08:00
parent 708300951b
commit 67f4ca4b83

View File

@ -80,6 +80,7 @@ bool MP4Reader::readSample() {
if (eof && fileRepeat) {
//需要从头开始看
seekTo(0);
return true;
}
return !eof;