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

View File

@@ -21,4 +21,9 @@ void ImagePusher::Finalize() {}
std::string ImagePusher::GetWriterNotificationSocketAddress() const {
return "";
}
}
void ImagePusher::SendImage(ZeroCopyReturnValue &z) {
SendImage((uint8_t *) z.GetImage(), z.GetImageSize(), z.GetImageNumber());
z.release();
}