diff options
author | Peter Meerwald <p.meerwald@bct-electronic.com> | 2013-01-03 16:38:48 +0100 |
---|---|---|
committer | Tanu Kaskinen <tanuk@iki.fi> | 2013-01-04 15:51:11 +0200 |
commit | c5514d65e112c59e708563df1c99b6ed2e767b8a (patch) | |
tree | f1d506b3a7ece7cdf0c72a7aad56b85414d07be1 /src/tests | |
parent | c1f36347298214eca090a394451fb5bc82ae28aa (diff) |
tests: Fix allowed sample formats in resampler-test usage text
Signed-off-by: Peter Meerwald <p.meerwald@bct-electronic.com>
Diffstat (limited to 'src/tests')
-rw-r--r-- | src/tests/resampler-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/resampler-test.c b/src/tests/resampler-test.c index 87681c660..e07a3d636 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); |