mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 00:28:20 +00:00
[host] nvfbc: fix failure to store last hdr state
This commit is contained in:
parent
45318aa653
commit
99333a03c1
@ -714,6 +714,8 @@ static CaptureResult nvfbc_waitFrame(CaptureFrame * frame,
|
||||
this->grabWidth = this->grabInfo.dwWidth;
|
||||
this->grabHeight = this->grabInfo.dwHeight;
|
||||
this->grabStride = this->grabInfo.dwBufferWidth;
|
||||
this->isHDR = this->grabInfo.bIsHDR;
|
||||
|
||||
// Round up stride in IVSHMEM to avoid issues with dmabuf import.
|
||||
this->shmStride = ALIGN_PAD(this->grabStride, 32);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user