[pulseaudio-commits] src/tests
Tanu Kaskinen
tanuk at kemper.freedesktop.org
Fri Jan 4 05:54:43 PST 2013
src/tests/resampler-test.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c5514d65e112c59e708563df1c99b6ed2e767b8a
Author: Peter Meerwald <p.meerwald at bct-electronic.com>
Date: Thu Jan 3 16:38:48 2013 +0100
tests: Fix allowed sample formats in resampler-test usage text
Signed-off-by: Peter Meerwald <p.meerwald at bct-electronic.com>
diff --git a/src/tests/resampler-test.c b/src/tests/resampler-test.c
index 87681c6..e07a3d6 100644
--- a/src/tests/resampler-test.c
+++ b/src/tests/resampler-test.c
@@ -270,7 +270,7 @@ static void help(const char *argv0) {
"back and forth.\n"
"\n"
"Sample type must be one of s16le, s16be, u8, float32le, float32be, ulaw, alaw,\n"
- "32le, s32be (defaults to s16ne)\n"
+ "s24le, s24be, s24-32le, s24-32be, s32le, s32be (defaults to s16ne)\n"
"\n"
"See --dump-resample-methods for possible values of resample methods.\n"),
argv0);
More information about the pulseaudio-commits
mailing list