This commit is contained in:
Johanness
2026-05-19 00:16:16 +03:00
parent ad215f32bc
commit 46c80c88bf
65 changed files with 1189 additions and 319 deletions
+2 -1
View File
@@ -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
};