Commit 17416be9 authored by Rémi Bernon's avatar Rémi Bernon Committed by Alexandre Julliard

dmime: Ignore badly formed wave if format and data have been found.

parent bff73016
......@@ -167,6 +167,7 @@ static HRESULT parse_wave_chunk(struct wave *This, IStream *stream, struct chunk
if (FAILED(hr)) break;
}
if (This->format && This->data) return S_OK;
return hr;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment