Unify all log recording in the program
This commit is contained in:
@@ -308,7 +308,7 @@ void CVideoDlg::InitCodec(DWORD fccHandler)
|
||||
m_pVideoCodec = new CVideoCodec;
|
||||
if (!m_pVideoCodec->InitCompressor(m_BitmapInfor_Full, fccHandler))
|
||||
{
|
||||
OutputDebugStringA("======> InitCompressor failed \n");
|
||||
Mprintf("======> InitCompressor failed \n");
|
||||
delete m_pVideoCodec;
|
||||
// <20><>NULL, <20><><EFBFBD><EFBFBD>ʱ<EFBFBD>ж<EFBFBD><D0B6>Ƿ<EFBFBD>ΪNULL<4C><4C><EFBFBD>ж<EFBFBD><D0B6>Ƿ<EFBFBD>ѹ<EFBFBD><D1B9>
|
||||
m_pVideoCodec = NULL;
|
||||
|
||||
Reference in New Issue
Block a user