[FFmpeg-cvslog] dct-test: document the number of bits we use for testing.
Michael Niedermayer
git at videolan.org
Sun Oct 9 02:06:25 CEST 2011
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sat Oct 8 19:58:27 2011 +0200| [db27bef747f88944d5c419c435a7124603f9115b] | committer: Michael Niedermayer
dct-test: document the number of bits we use for testing.
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=db27bef747f88944d5c419c435a7124603f9115b
---
libavcodec/dct-test.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/libavcodec/dct-test.c b/libavcodec/dct-test.c
index 409996f..3bd95fd 100644
--- a/libavcodec/dct-test.c
+++ b/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");
More information about the ffmpeg-cvslog
mailing list