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

Tanu Kaskinen tanuk at iki.fi
Fri Jan 4 05:55:18 PST 2013


On Thu, 2013-01-03 at 16:38 +0100, Peter Meerwald wrote:
> 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);

Thanks, applied.

-- 
Tanu



More information about the pulseaudio-discuss mailing list