Commit db27bef7 authored by Michael Niedermayer's avatar Michael Niedermayer

dct-test: document the number of bits we use for testing.

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 3d5971d9
......@@ -511,10 +511,11 @@ static void idct248_error(const char *name,
static void help(void)
{
printf("dct-test [-i] [<test-number>]\n"
printf("dct-test [-i] [<test-number>] [<bits>]\n"
"test-number 0 -> test with random matrixes\n"
" 1 -> test with random sparse matrixes\n"
" 2 -> do 3. test from mpeg4 std\n"
"bits Number of time domain bits to use, 8 is default\n"
"-i test IDCT implementations\n"
"-4 test IDCT248 implementations\n"
"-t speed test\n");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment