[vlc-commits] mmdevice: disable passthrough by default
Thomas Guillem
git at videolan.org
Thu Mar 29 14:37:00 CEST 2018
vlc/vlc-3.0 | branch: master | Thomas Guillem <thomas at gllm.fr> | Thu Mar 22 09:25:13 2018 +0100| [b3897efd57328066ccd3f5613250b631b61b7a43] | committer: Thomas Guillem
mmdevice: disable passthrough by default
(cherry picked from commit 8b5389f994b2f4b00e349de467d623f09dbbd84e)
Signed-off-by: Thomas Guillem <thomas at gllm.fr>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=b3897efd57328066ccd3f5613250b631b61b7a43
---
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 41dae596e5..e35bef7491 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