[vlc-commits] mmdevice: disable passthrough by default
Thomas Guillem
git at videolan.org
Thu Mar 22 09:47:08 CET 2018
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Thu Mar 22 09:25:13 2018 +0100| [8b5389f994b2f4b00e349de467d623f09dbbd84e] | committer: Thomas Guillem
mmdevice: disable passthrough by default
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8b5389f994b2f4b00e349de467d623f09dbbd84e
---
modules/audio_output/mmdevice.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/audio_output/mmdevice.h b/modules/audio_output/mmdevice.h
index 00050d7504..64cf730b30 100644
--- a/modules/audio_output/mmdevice.h
+++ b/modules/audio_output/mmdevice.h
@@ -24,7 +24,7 @@
#define MM_PASSTHROUGH_DISABLED 0
#define MM_PASSTHROUGH_ENABLED 1
#define MM_PASSTHROUGH_ENABLED_HD 2
-#define MM_PASSTHROUGH_DEFAULT MM_PASSTHROUGH_ENABLED_HD
+#define MM_PASSTHROUGH_DEFAULT MM_PASSTHROUGH_DISABLED
typedef struct aout_stream aout_stream_t;
More information about the vlc-commits
mailing list