diff options
author | Muhammad Faiz <mfcc64@gmail.com> | 2014-07-14 14:13:59 +0700 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-07-14 10:43:27 +0200 |
commit | 860d12978c3a2feb272cf1537b5aa9a13520c3d3 (patch) | |
tree | d56b1f5c8da3d49c47516afed681b7df52a3ec61 /doc | |
parent | 2db1bcf1b98270835ab27ffea4eb83b0a7c16002 (diff) | |
download | ffmpeg-860d12978c3a2feb272cf1537b5aa9a13520c3d3.tar.gz |
doc/filters: fixing typo
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index f4f66f42ca..65106a5c63 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -10454,7 +10454,7 @@ settb=AVTB @end itemize @section showcqt -+Convert input audio to a video output representing +Convert input audio to a video output representing frequency spectrum logarithmically (using constant Q transform with Brown-Puckette algorithm), with musical tone scale, from E0 to D#10 (10 octaves). @@ -10494,7 +10494,7 @@ Specify video fps. Default value is @code{25}. @item count Specify number of transform per frame, so there are fps*count transforms -per second. Note tha audio data rate must be divisible by fps*count. +per second. Note that audio data rate must be divisible by fps*count. Default value is @code{6}. @end table |