From 67f4ca4b836596f422fe031e20ac558ae1fd4717 Mon Sep 17 00:00:00 2001 From: xiongziliang <771730766@qq.com> Date: Sat, 4 Apr 2020 16:08:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dmp4=E5=BE=AA=E7=8E=AF?= =?UTF-8?q?=E7=82=B9=E6=92=AD=E9=80=BB=E8=BE=91=E4=B8=8D=E7=94=9F=E6=95=88?= =?UTF-8?q?=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Record/MP4Reader.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Record/MP4Reader.cpp b/src/Record/MP4Reader.cpp index 25c46dbd..0d18d237 100644 --- a/src/Record/MP4Reader.cpp +++ b/src/Record/MP4Reader.cpp @@ -80,6 +80,7 @@ bool MP4Reader::readSample() { if (eof && fileRepeat) { //需要从头开始看 seekTo(0); + return true; } return !eof;