fixed various caching issues when rapidly changing values
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user