Mercurial > libavcodec.hg
comparison fft-test.c @ 11583:0bb7e9003dea libavcodec
Add help for (I)RDFT test in fft-test
author | vitor |
---|---|
date | Sat, 03 Apr 2010 15:05:27 +0000 |
parents | 23cad4157bfb |
children | 7dd2a45249a9 |
comparison
equal
deleted
inserted
replaced
11582:23cad4157bfb | 11583:0bb7e9003dea |
---|---|
200 av_log(NULL, AV_LOG_INFO,"usage: fft-test [-h] [-s] [-i] [-n b]\n" | 200 av_log(NULL, AV_LOG_INFO,"usage: fft-test [-h] [-s] [-i] [-n b]\n" |
201 "-h print this help\n" | 201 "-h print this help\n" |
202 "-s speed test\n" | 202 "-s speed test\n" |
203 "-m (I)MDCT test\n" | 203 "-m (I)MDCT test\n" |
204 "-d (I)DCT test\n" | 204 "-d (I)DCT test\n" |
205 "-r (I)RDFT test\n" | |
205 "-i inverse transform test\n" | 206 "-i inverse transform test\n" |
206 "-n b set the transform size to 2^b\n" | 207 "-n b set the transform size to 2^b\n" |
207 "-f x set scale factor for output data of (I)MDCT to x\n" | 208 "-f x set scale factor for output data of (I)MDCT to x\n" |
208 ); | 209 ); |
209 exit(1); | 210 exit(1); |