[vlc-commits] mmdevice: rename MM_PASSTHROUGH_ENABLED settings

Thomas Guillem git at videolan.org
Wed Apr 18 11:36:32 CEST 2018


vlc/vlc-3.0 | branch: master | Thomas Guillem <thomas at gllm.fr> | Thu Mar 22 09:25:44 2018 +0100| [93b677b44513ffe03b3b246bd6fc7f4c0e0e777d] | committer: Thomas Guillem

mmdevice: rename MM_PASSTHROUGH_ENABLED settings

(cherry picked from commit 2489b726bdc38fd3f01491fb96098c0cf99d35a7)
Signed-off-by: Thomas Guillem <thomas at gllm.fr>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=93b677b44513ffe03b3b246bd6fc7f4c0e0e777d
---

 modules/audio_output/mmdevice.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/audio_output/mmdevice.c b/modules/audio_output/mmdevice.c
index fda5d4195c..3642c8265e 100644
--- a/modules/audio_output/mmdevice.c
+++ b/modules/audio_output/mmdevice.c
@@ -1458,7 +1458,7 @@ static const int pi_mmdevice_passthrough_values[] = {
 };
 static const char *const ppsz_mmdevice_passthrough_texts[] = {
     N_("Disabled"),
-    N_("Enabled (without HD codecs)"),
+    N_("Enabled (AC3/DTS only)"),
     N_("Enabled"),
 };
 



More information about the vlc-commits mailing list