改进
This commit is contained in:
@@ -317,7 +317,7 @@ public:
|
||||
return std::nullopt;
|
||||
return encode_rgba8_pixel_frame(
|
||||
frame->rgba8.data(), frame->extent.width, frame->extent.height,
|
||||
frame->extent.width * 4U);
|
||||
frame->extent.width * 4U, frame->sequence);
|
||||
}
|
||||
|
||||
void record_pixel_response(
|
||||
|
||||
Reference in New Issue
Block a user