http://bugs.winehq.org/show_bug.cgi?id=14892 --- Comment #3 from Nikolay Sivov <bunglehead(a)gmail.com> 2008-08-24 08:06:08 --- You mean acmDriverOpen call in this: ---- for (padid = MSACM_pFirstACMDriverID; padid; padid = padid->pNextACMDriverID){ /* should check for codec only */ if ((padid->fdwSupport & ACMDRIVERDETAILS_SUPPORTF_DISABLED) || acmDriverOpen(&had, (HACMDRIVERID)padid, 0) != MMSYSERR_NOERROR) continue; ret = MSACM_FormatEnumHelper(padid, had, pafd, &wfxRef, fnCallback, dwInstance, fdwEnum); acmDriverClose(had, 0); if (!ret) break; } ---- ? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.