diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2010-04-03 15:05:27 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2010-04-03 15:05:27 +0000 |
commit | c99baf05c3c2a4b441a1d8270f440247ba3af3d9 (patch) | |
tree | f241f2be13afc3f91ecd502d07cb81ae4b53e28d | |
parent | c2b774a04eabc115386ebf06f57a55582a50b5c3 (diff) | |
download | ffmpeg-c99baf05c3c2a4b441a1d8270f440247ba3af3d9.tar.gz |
Add help for (I)RDFT test in fft-test
Originally committed as revision 22793 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/fft-test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/fft-test.c b/libavcodec/fft-test.c index 5170b26b19..5df660b4f6 100644 --- a/libavcodec/fft-test.c +++ b/libavcodec/fft-test.c @@ -202,6 +202,7 @@ static void help(void) "-s speed test\n" "-m (I)MDCT test\n" "-d (I)DCT test\n" + "-r (I)RDFT test\n" "-i inverse transform test\n" "-n b set the transform size to 2^b\n" "-f x set scale factor for output data of (I)MDCT to x\n" |