[Bug 14892] ever17 crashes in msacm32

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Aug 24 08:06:08 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=14892





--- Comment #3 from Nikolay Sivov <bunglehead at 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.



More information about the wine-bugs mailing list