]> git.sesse.net Git - vlc/commit
* modules/audio_output/directx.c: fixed the "no sound on NT4" problem. The directx...
authorGildas Bazin <gbazin@videolan.org>
Tue, 29 Apr 2003 16:03:14 +0000 (16:03 +0000)
committerGildas Bazin <gbazin@videolan.org>
Tue, 29 Apr 2003 16:03:14 +0000 (16:03 +0000)
commitdeb90feb645fabb656e6bbdb4263e046309bb973
tree37c923c5f4a02e6f6ab482cf439a678f39c091a7
parentd47f9998bdab39e54e5f3e2b2b0eead1c284041a
* modules/audio_output/directx.c: fixed the "no sound on NT4" problem. The directx audio plugin wasn't freeing its resources properly in case Probe() failed so the waveout plugin couldn't open the audio device afterwards.
* modules/video_output/directx/directx.c: work-around buggy video drivers that create unsupported surfaces without shouting. Hopefully, non overlay YUV surfaces shouldn't be created anymore if not supported.
modules/audio_output/directx.c
modules/video_output/directx/directx.c