Fixed EBML input header reading
This commit is contained in:
parent
3a699ae3e1
commit
607e641974
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ namespace Mist{
|
|||
readHeader();
|
||||
}
|
||||
bool openStreamSource(){return true;}
|
||||
bool needHeader(){return needsLock();}
|
||||
bool needHeader(){return needsLock() && !readExistingHeader();}
|
||||
double timeScale;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue