Fixed a bug with the endpos of multiple files.
This commit is contained in:
parent
b907ade842
commit
fe47c9597f
2 changed files with 10 additions and 5 deletions
|
@ -117,6 +117,7 @@ namespace DTSC {
|
|||
bool atKeyframe();
|
||||
void selectTracks(std::set<int> & tracks);
|
||||
private:
|
||||
long int endPos;
|
||||
void readHeader(int pos);
|
||||
std::string strbuffer;
|
||||
JSON::Value jsonbuffer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue