LookingGlass/host/MFT
Geoffrey McRae a989914fef [host] remove the invalid usage of SafeRelease
SafeRelease was really useless, derefencing the smart pointers through
the use of & releases the value before SafeRelease get's to it. Instead
either allow the destructor to handle it's release, or explicityly
release it by assigning NULL
2018-07-28 10:27:50 +10:00
..
H264.cpp [host] remove the invalid usage of SafeRelease 2018-07-28 10:27:50 +10:00
H264.h [host] move H264 out of DXGI into seperate class 2018-07-26 05:50:06 +10:00