Break OggDemuxer::readPage loop on EOF.

This commit is contained in:
Miku AuahDark
2021-09-21 22:52:50 +08:00
parent a066e18aa6
commit de368ade4a
2 changed files with 15 additions and 6 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ private:
int videoSerial;
bool eos;
void readPage();
void readPage(bool throweof = false);
StreamType determineType();
}; // OggDemuxer