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",