stuff working better now. still kinda meh, but its decent enough.

This commit is contained in:
Yggdrasil75
2025-11-25 12:44:41 -05:00
parent 872cf3db1a
commit ea7328be64
6 changed files with 140 additions and 93 deletions

View File

@@ -76,7 +76,6 @@ public:
_compressedData.shrink_to_fit();
overheadmap.clear();
sourceSize = data.size();
std::cout << "wrote " << data.size() << " as frame" << std::endl;
}
const std::vector<uint8_t>& getData() const {