mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-10 22:33:58 +00:00
[host] fixed NvFBC bpp problem in nocrop mode
This commit is contained in:
parent
3a64f9b96c
commit
f91b837172
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ bool NvFBC::GrabFrame(struct FrameInfo & frame)
|
|||
|
||||
if (m_optNoCrop)
|
||||
{
|
||||
dataWidth = m_grabInfo.dwWidth * 3;
|
||||
dataWidth = m_grabInfo.dwWidth * 4;
|
||||
dataOffset = 0;
|
||||
|
||||
frame.width = m_grabInfo.dwWidth;
|
||||
|
|
Loading…
Reference in a new issue