[host] nvfbc: add additional debug output

This commit is contained in:
Geoffrey McRae 2023-11-10 08:01:03 +11:00
parent e31874b809
commit 0057cf5377

View File

@ -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;
}