perf
This commit is contained in:
+2
-1
@@ -4,6 +4,7 @@
|
||||
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
struct MxlInstanceHandle;
|
||||
|
||||
@@ -72,6 +73,6 @@ private:
|
||||
bool mVerbose = false;
|
||||
bool mFlowOpened = false;
|
||||
bool mFlowInvalid = false;
|
||||
const uint8_t* mV210Payload = nullptr;
|
||||
std::vector<uint8_t> mV210Payload;
|
||||
#endif
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user