diff options
author | Paul B Mahol <onemda@gmail.com> | 2019-10-06 20:31:43 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2019-10-06 20:32:16 +0200 |
commit | a1e5c35a6e43ef8722017b070c124e72d628c0cd (patch) | |
tree | fc2375f4956c98d49bf5e60c8226a2d017d99c22 /doc/filters.texi | |
parent | 81b53913bbb97234e22187d1122948c351a3466d (diff) | |
download | ffmpeg-a1e5c35a6e43ef8722017b070c124e72d628c0cd.tar.gz |
doc/filters: fix few more typos
Diffstat (limited to 'doc/filters.texi')
-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 777dc3014c..accea99182 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -21384,7 +21384,7 @@ Convert input audio to a video output, representing the audio vector scope. The filter is used to measure the difference between channels of stereo -audio stream. A monoaural signal, consisting of identical left and right +audio stream. A monaural signal, consisting of identical left and right signal, results in straight vertical line. Any stereo separation is visible as a deviation from this line, creating a Lissajous figure. If the straight (or deviation from it) but horizontal line appears this @@ -23752,7 +23752,7 @@ in @file{libavutil/frame.h}. For example, to choose @section spectrumsynth -Sythesize audio from 2 input video spectrums, first input stream represents +Synthesize audio from 2 input video spectrums, first input stream represents magnitude across time and second represents phase across time. The filter will transform from frequency domain as displayed in videos back to time domain as presented in audio output. |