summaryrefslogtreecommitdiff
path: root/libavcodec/fft-test.c
diff options
context:
space:
mode:
authorVitor Sessak <vitor1001@gmail.com>2010-04-03 15:05:27 +0000
committerVitor Sessak <vitor1001@gmail.com>2010-04-03 15:05:27 +0000
commitc99baf05c3c2a4b441a1d8270f440247ba3af3d9 (patch)
treef241f2be13afc3f91ecd502d07cb81ae4b53e28d /libavcodec/fft-test.c
parentc2b774a04eabc115386ebf06f57a55582a50b5c3 (diff)
Add help for (I)RDFT test in fft-test
Originally committed as revision 22793 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/fft-test.c')
-rw-r--r--libavcodec/fft-test.c1
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"