You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Transfer ownership into ComPtrs
for (int i = 0; i < m_DecSurfaces.size(); i++) {
m_DecSurfaces[i].Attach(m_DecSurfacesRaw[i]);
}
hr = m_DecService->CreateVideoDecoder(chosenDeviceGuid, &m_Desc, &m_Config,
m_DecSurfacesRaw.data(),
(UINT)m_DecSurfacesRaw.size(),
&m_Decoder);
is m_DecSurfacesRaw available after Transfer ownership into m_DecSurfaces?
The text was updated successfully, but these errors were encountered:
is m_DecSurfacesRaw available after Transfer ownership into m_DecSurfaces?
The text was updated successfully, but these errors were encountered: