[FFmpeg-cvslog] doc: fix a few typo in the filters section.

Clément Bœsch git at videolan.org
Sat Nov 5 15:25:29 CET 2011


ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Sat Nov  5 15:19:23 2011 +0100| [1335331e8eb156d0a8cddee2553b2b87a5f28766] | committer: Clément Bœsch

doc: fix a few typo in the filters section.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1335331e8eb156d0a8cddee2553b2b87a5f28766
---

 doc/filters.texi |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index 92ef589..6c98dc0 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -198,7 +198,7 @@ seconds
 
 @item pos
 position of the frame in the input stream, -1 if this information in
-unavailable and/or meanigless (for example in case of synthetic audio)
+unavailable and/or meaningless (for example in case of synthetic audio)
 
 @item fmt
 sample format name
@@ -240,7 +240,7 @@ Ported from SoX.
 Adjust the input audio volume.
 
 The filter accepts exactly one parameter @var{vol}, which expresses
-how the audio volume will be increased or decresed.
+how the audio volume will be increased or decreased.
 
 Output values are clipped to the maximum value.
 
@@ -820,7 +820,7 @@ A description of the accepted parameters follows.
 @table @option
 
 @item x, y, w, h
-Specify a rectangular area where to limit the sarch for motion
+Specify a rectangular area where to limit the search for motion
 vectors.
 If desired the search for motion vectors can be limited to a
 rectangular area of the frame defined by its top left corner, width
@@ -1751,7 +1751,7 @@ movie=logo2.png [logo2];
 color=red at .3:WxH [over]; [in][over] overlay [out]
 @end example
 
-You can chain togheter more overlays but the efficiency of such
+You can chain together more overlays but the efficiency of such
 approach is yet to be tested.
 
 @section pad
@@ -2464,7 +2464,7 @@ through the interface defined in @file{libavfilter/vsrc_buffer.h}.
 It accepts the following parameters:
 @var{width}:@var{height}:@var{pix_fmt_string}:@var{timebase_num}:@var{timebase_den}:@var{sample_aspect_ratio_num}:@var{sample_aspect_ratio.den}:@var{scale_params}
 
-All the parameters but @var{scale_params} need to be explicitely
+All the parameters but @var{scale_params} need to be explicitly
 defined.
 
 Follows the list of the accepted parameters.



More information about the ffmpeg-cvslog mailing list