mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-10 23:07:04 +00:00
[dxgi/h264] fix failure to re-init h264 correctly
This commit is contained in:
parent
ef336d552c
commit
c650c2e474
@ -246,6 +246,12 @@ bool DXGI::InitH264Capture()
|
|||||||
|
|
||||||
void DXGI::DeInitialize()
|
void DXGI::DeInitialize()
|
||||||
{
|
{
|
||||||
|
if (m_h264)
|
||||||
|
{
|
||||||
|
delete m_h264;
|
||||||
|
m_h264 = NULL;
|
||||||
|
}
|
||||||
|
|
||||||
ReleaseFrame();
|
ReleaseFrame();
|
||||||
|
|
||||||
if (m_pointer)
|
if (m_pointer)
|
||||||
|
Loading…
Reference in New Issue
Block a user