mirror of
https://github.com/love2d/love.git
synced 2026-08-20 04:30:09 +02:00
Break OggDemuxer::readPage loop on EOF.
This commit is contained in:
@@ -67,7 +67,7 @@ private:
|
||||
int videoSerial;
|
||||
bool eos;
|
||||
|
||||
void readPage();
|
||||
void readPage(bool throweof = false);
|
||||
StreamType determineType();
|
||||
}; // OggDemuxer
|
||||
|
||||
|
||||
Reference in New Issue
Block a user