[vlc-commits] Simplify help string
Jean-Baptiste Kempf
git at videolan.org
Mon Dec 5 01:10:35 CET 2011
vlc/vlc-1.2 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Dec 4 15:52:47 2011 +0100| [fa199b4c937dad1738e1b00e1cd67e89093b282d] | committer: Jean-Baptiste Kempf
Simplify help string
We already have the integer list for that.
(cherry picked from commit 9b68f5d12a1774d783f58e8d85c172d68f31684a)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.2.git/?a=commit;h=fa199b4c937dad1738e1b00e1cd67e89093b282d
---
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