[vlc-devel] commit: --mono does noes exist. Comment out the text for it. ( Rémi Denis-Courmont )
git version control
git at videolan.org
Wed Apr 30 19:04:24 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Wed Apr 30 20:05:22 2008 +0300| [8d89d74009aca2427c2e013cab55f5c914260faf]
--mono does noes exist. Comment out the text for it.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8d89d74009aca2427c2e013cab55f5c914260faf
---
src/libvlc-module.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index 23ec831..5a91a45 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -215,8 +215,10 @@ static const char *ppsz_snap_formats[] =
"You can completely disable the audio output. The audio " \
"decoding stage will not take place, thus saving some processing power.")
+#if 0
#define MONO_TEXT N_("Force mono audio")
#define MONO_LONGTEXT N_("This will force a mono audio output.")
+#endif
#define VOLUME_TEXT N_("Default audio volume")
#define VOLUME_LONGTEXT N_( \
More information about the vlc-devel
mailing list