diff options
author | Tim Nicholson <Tim.Nicholson@bbc.co.uk> | 2012-07-16 08:36:06 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-07-16 14:01:01 +0200 |
commit | 45641014d3ba1dd3d63e31d55154984acd10c65f (patch) | |
tree | ba6168b739abc8e32bf705a74db2dc363053b794 | |
parent | 7543fd80e5c24aa835e4bcf5d8ef02b18f242018 (diff) | |
download | ffmpeg-45641014d3ba1dd3d63e31d55154984acd10c65f.tar.gz |
doc/filters: Fix two typos
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-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 2d652931ba..4a6c092e59 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -43,8 +43,8 @@ enclosed in square brackets. In our example, that is @var{[T1]} and where video is input and output. Some filters take in input a list of parameters: they are specified -after the filter name and an equal sign, and are separated each other -by a semicolon. +after the filter name and an equal sign, and are separated from each other +by a colon. There exist so-called @var{source filters} that do not have an audio/video input, and @var{sink filters} that will not have audio/video |