We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 4647

Summary: SDL_OpenAudio return WASPI can't initialize audio client
Product: SDL Reporter: Sun DaQing <marasunTech>
Component: audioAssignee: Ryan C. Gordon <icculus>
Status: NEW --- QA Contact: Sam Lantinga <slouken>
Severity: critical    
Priority: P2    
Version: 2.0.9   
Hardware: x86   
OS: Windows 7   
Attachments: It is a photo of the bug report

Description Sun DaQing 2019-05-30 07:26:48 UTC
Created attachment 3802 [details]
It is a photo of the bug report

OS: win7
My simple player works well with SDL 2.0.3 , but once I change SDL2.DLL to 2.0.9 , it does not work and I debug into the source and find that the spec.format does not match the wanted.format. You can see the source codes in ffplay.c.

After that I run ffplay(4.1) and got the err infor as the title.
In the end I run ffplay(4.1) in Win 8 and it works well.