mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-25 00:12:44 +00:00
[host] lgmp: account for frame header capacity
This commit is contained in:
@@ -153,10 +153,12 @@ typedef struct CaptureInterface
|
||||
CaptureResult (*waitFrame )(
|
||||
unsigned frameBufferIndex,
|
||||
CaptureFrame * frame,
|
||||
/* Capacity of FrameBuffer::data, excluding the message and header. */
|
||||
const size_t maxFrameSize);
|
||||
CaptureResult (*getFrame )(
|
||||
unsigned frameBufferIndex,
|
||||
FrameBuffer * frame,
|
||||
/* Capacity of FrameBuffer::data, excluding the message and header. */
|
||||
const size_t maxFrameSize,
|
||||
CaptureFrame * captureFrame);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user