[vlc-commits] mmdevice: rename MM_PASSTHROUGH_ENABLED settings
Thomas Guillem
git at videolan.org
Thu Mar 22 09:47:09 CET 2018
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Thu Mar 22 09:25:44 2018 +0100| [2489b726bdc38fd3f01491fb96098c0cf99d35a7] | committer: Thomas Guillem
mmdevice: rename MM_PASSTHROUGH_ENABLED settings
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2489b726bdc38fd3f01491fb96098c0cf99d35a7
---
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 f2eebb9a54..5e41c5b6ee 100644
--- a/modules/audio_output/mmdevice.c
+++ b/modules/audio_output/mmdevice.c
@@ -1466,7 +1466,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