[dxgi/h264] fix failure to re-init h264 correctly

This commit is contained in:
Geoffrey McRae 2018-07-26 11:13:07 +10:00
parent ef336d552c
commit c650c2e474

View file

@ -246,6 +246,12 @@ bool DXGI::InitH264Capture()
void DXGI::DeInitialize()
{
if (m_h264)
{
delete m_h264;
m_h264 = NULL;
}
ReleaseFrame();
if (m_pointer)