mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-12-22 13:52:57 +00:00
[host] nvfbc: add additional debug output
This commit is contained in:
parent
e31874b809
commit
0057cf5377
1 changed files with 4 additions and 0 deletions
|
@ -677,6 +677,10 @@ static CaptureResult nvfbc_waitFrame(CaptureFrame * frame,
|
|||
else
|
||||
this->shmStride = ALIGN_PAD(this->grabStride, 64);
|
||||
|
||||
DEBUG_INFO("Mode: %dx%d, stride: %u, shmStride: %u",
|
||||
this->grabWidth , this->grabHeight,
|
||||
this->grabStride, this->shmStride);
|
||||
|
||||
this->resChanged = false;
|
||||
++this->formatVer;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue