Optimized getWritableIdentifier to improve the speed of MistInBuffer even further.
This commit is contained in:
parent
9631b79e86
commit
7c759c7664
2 changed files with 8 additions and 3 deletions
|
@ -282,6 +282,8 @@ namespace DTSC {
|
|||
int width;
|
||||
int height;
|
||||
int fpks;
|
||||
private:
|
||||
std::string cachedIdent;
|
||||
};
|
||||
|
||||
///\brief Class for storage of meta data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue