mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Sync to Wine-20040914:
Robert Reif <[email protected]> - Don't try to find alternate formats for non PCM formats. svn path=/trunk/; revision=10913
This commit is contained in:
@@ -188,7 +188,7 @@ static DWORD wodOpen(LPDWORD lpdwUser, LPWAVEOPENDESC lpDesc, DWORD dwFlags)
|
||||
}
|
||||
}
|
||||
|
||||
if ((dwFlags & WAVE_FORMAT_DIRECT) == 0) {
|
||||
if ((dwFlags & WAVE_FORMAT_DIRECT) == 0 && lpDesc->lpFormat->wFormatTag == WAVE_FORMAT_PCM) {
|
||||
WAVEFORMATEX wfx;
|
||||
|
||||
wfx.wFormatTag = WAVE_FORMAT_PCM;
|
||||
|
||||
Reference in New Issue
Block a user