From 1c1655a3ee4fc9a4a8a7b52279b5f41c41cd470c Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 1 Jul 2003 23:43:11 +0000 Subject: [PATCH] Log codecs as we probe them, in case the probe crashes. --- stepmania/src/archutils/Win32/DebugInfoHunt.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stepmania/src/archutils/Win32/DebugInfoHunt.cpp b/stepmania/src/archutils/Win32/DebugInfoHunt.cpp index 0f3ce6e2ec..180fcc91f2 100644 --- a/stepmania/src/archutils/Win32/DebugInfoHunt.cpp +++ b/stepmania/src/archutils/Win32/DebugInfoHunt.cpp @@ -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",