[pulseaudio-discuss] [PATCH] tests: Fix allowed sample formats in resampler-test usage text

Peter Meerwald pmeerw at pmeerw.net
Thu Jan 3 07:38:48 PST 2013


From: Peter Meerwald <p.meerwald at bct-electronic.com>

Signed-off-by: Peter Meerwald <p.meerwald at bct-electronic.com>
---
 src/tests/resampler-test.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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);
-- 
1.7.9.5



More information about the pulseaudio-discuss mailing list