fixed various caching issues when rapidly changing values

This commit is contained in:
itsmattkc
2019-09-09 04:07:51 +10:00
parent 6fcfd01c8f
commit ba7a10177f
37 changed files with 495 additions and 217 deletions
+5
View File
@@ -65,6 +65,9 @@ public:
const rational& timestamp();
void set_timestamp(const rational& timestamp);
const int64_t& native_timestamp();
void set_native_timestamp(const int64_t& timestamp);
/**
* @brief Get frame's format
*
@@ -110,6 +113,8 @@ private:
rational timestamp_;
int64_t native_timestamp_;
};
#endif // FRAME_H