v1.0.0-rc.31

This commit is contained in:
2025-03-02 13:15:28 +01:00
parent aeabc81a4c
commit ddf4c75645
309 changed files with 8705 additions and 1421 deletions
-6
View File
@@ -54,12 +54,6 @@ bool TestImagePusher::SendImage(const uint8_t *image_data, size_t image_size, in
return true;
}
void TestImagePusher::SendImage(const uint8_t *image_data, size_t image_size, int64_t image_number,
ZeroCopyReturnValue *z) {
SendImage(image_data, image_size, image_number);
z->release();
}
bool TestImagePusher::CheckSequence() const {
std::unique_lock ul(m);
return correct_sequence;