]> git.sesse.net Git - vlc/commit
directsound: fix TimeGet returning a positive value on error
authorSteve Lhomme <robUx4@videolabs.io>
Thu, 19 Mar 2015 12:08:12 +0000 (12:08 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 20 Mar 2015 16:23:23 +0000 (17:23 +0100)
commit936279b55ad908e031d450d377afa8e09feea296
tree8c9c0a6f0a73358a5ee84b57f4b58dd7a75a46ef
parentf069d5ec5f7298373cf2f419c14282929736baf5
directsound: fix TimeGet returning a positive value on error

Fixes #14186

a positive HRESULT means it succeeded.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/audio_output/directsound.c