[host] update capture classes to return the pitch

This commit is contained in:
Geoffrey McRae
2017-12-17 05:05:56 +11:00
parent 1815387bbb
commit db59e67ddb
4 changed files with 4 additions and 0 deletions

View File

@@ -268,6 +268,7 @@ bool Service::Process()
m_detail.frame.width = frame.width;
m_detail.frame.height = frame.height;
m_detail.frame.stride = frame.stride;
m_detail.frame.pitch = frame.pitch;
m_detail.frame.dataPos = m_dataOffset[m_frameIndex];
if (++m_frameIndex == 2)
m_frameIndex = 0;