Merge pull request #1409 from Dmitry-Me/initMemberVar01

obs-qsv11: Initialize member variable
This commit is contained in:
Jim
2018-08-17 15:04:36 -07:00
committed by GitHub

View File

@@ -73,6 +73,7 @@ mfxHDL QSV_Encoder_Internal::g_DX_Handle = NULL;
mfxU16 QSV_Encoder_Internal::g_numEncodersOpen = 0;
QSV_Encoder_Internal::QSV_Encoder_Internal(mfxIMPL& impl, mfxVersion& version) :
m_pmfxSurfaces(NULL),
m_pmfxENC(NULL),
m_nSPSBufferSize(100),
m_nPPSBufferSize(100),