[vlc-commits] Simplify help string

Jean-Baptiste Kempf git at videolan.org
Sun Dec 4 15:53:12 CET 2011


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Dec  4 15:52:47 2011 +0100| [9b68f5d12a1774d783f58e8d85c172d68f31684a] | committer: Jean-Baptiste Kempf

Simplify help string

We already have the integer list for that.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9b68f5d12a1774d783f58e8d85c172d68f31684a
---

 modules/audio_filter/channel_mixer/mono.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/modules/audio_filter/channel_mixer/mono.c b/modules/audio_filter/channel_mixer/mono.c
index dd5a0e3..109c239 100644
--- a/modules/audio_filter/channel_mixer/mono.c
+++ b/modules/audio_filter/channel_mixer/mono.c
@@ -87,8 +87,7 @@ struct filter_sys_t
 
 #define MONO_CHANNEL_TEXT N_("Select channel to keep")
 #define MONO_CHANNEL_LONGTEXT N_("This option silences all other channels " \
-    "except the selected channel. Choose one from (0=left, 1=right, " \
-    "2=rear left, 3=rear right, 4=center, 5=left front)")
+    "except the selected channel.")
 
 static const int pi_pos_values[] = { 0, 1, 2, 4, 8, 5 };
 static const char *const ppsz_pos_descriptions[] =



More information about the vlc-commits mailing list