[vlc-devel] commit: bands e.g. should have 10 values, not 9 (Kaarlo Raiha )
git version control
git at videolan.org
Sun Nov 8 15:07:42 CET 2009
vlc | branch: master | Kaarlo Raiha <kaarlo.raiha at tut.fi> | Sat Nov 7 21:05:05 2009 +0200| [66440f9faeeb73529dc64d36ff72bd8501cd9033] | committer: Ilkka Ollakka
bands e.g. should have 10 values, not 9
Signed-off-by: Ilkka Ollakka <ileoo at iki.fi>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=66440f9faeeb73529dc64d36ff72bd8501cd9033
---
modules/audio_filter/equalizer.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/audio_filter/equalizer.c b/modules/audio_filter/equalizer.c
index 8915f71..aa1c845 100644
--- a/modules/audio_filter/equalizer.c
+++ b/modules/audio_filter/equalizer.c
@@ -62,7 +62,7 @@ static void Close( vlc_object_t * );
#define BANDS_LONGTEXT N_( \
"Don't use presets, but manually specified bands. You need to " \
"provide 10 values between -20dB and 20dB, separated by spaces, " \
- "e.g. \"0 2 4 2 0 -2 -4 -2 0\"." )
+ "e.g. \"0 2 4 2 0 -2 -4 -2 0 2\"." )
#define TWOPASS_TEXT N_( "Two pass" )
#define TWOPASS_LONGTEXT N_( "Filter the audio twice. This provides a more " \
More information about the vlc-devel
mailing list