Log codecs as we probe them, in case the probe crashes.
This commit is contained in:
@@ -161,9 +161,10 @@ static void GetVideoCodecDebugInfo()
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
LOG->Trace( "Scanning codec %s", FourCCToString(info.fccHandler).c_str() );
|
||||||
VDCHECKPOINT;
|
VDCHECKPOINT;
|
||||||
HIC hic;
|
HIC hic;
|
||||||
hic = ICOpen(info.fccType, info.fccHandler, ICMODE_QUERY);
|
hic = ICOpen(info.fccType, info.fccHandler, ICMODE_DECOMPRESS);
|
||||||
if(!hic)
|
if(!hic)
|
||||||
{
|
{
|
||||||
LOG->Info("Couldn't open video codec %s",
|
LOG->Info("Couldn't open video codec %s",
|
||||||
|
|||||||
Reference in New Issue
Block a user