newVideo: slightly more descriptive error when given an invalid file

This commit is contained in:
Alex Szpakowski
2021-11-24 21:15:51 -04:00
parent ff12dbbd69
commit b87034404e
2 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ private:
int videoSerial;
bool eos;
void readPage(bool throweof = false);
bool readPage(bool erroreof = false);
StreamType determineType();
}; // OggDemuxer