Log codecs as we probe them, in case the probe crashes.

This commit is contained in:
Glenn Maynard
2003-07-01 23:43:11 +00:00
parent 5c910a9d3b
commit 1c1655a3ee
@@ -161,9 +161,10 @@ static void GetVideoCodecDebugInfo()
continue;
}
LOG->Trace( "Scanning codec %s", FourCCToString(info.fccHandler).c_str() );
VDCHECKPOINT;
HIC hic;
hic = ICOpen(info.fccType, info.fccHandler, ICMODE_QUERY);
hic = ICOpen(info.fccType, info.fccHandler, ICMODE_DECOMPRESS);
if(!hic)
{
LOG->Info("Couldn't open video codec %s",