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

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/2/head
Michael Niedermayer 13 years ago
parent 3d5971d9f7
commit db27bef747
  1. 3
      libavcodec/dct-test.c

@ -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");

Loading…
Cancel
Save