diff options
author | Lou Logan <lou@lrcd.com> | 2017-09-21 15:10:56 -0800 |
---|---|---|
committer | Lou Logan <lou@lrcd.com> | 2017-09-21 16:17:02 -0800 |
commit | 183fd30e0f6fdc762fd955a24cfc7e6a49e1055c (patch) | |
tree | 13ca4ed5ab13cd5f7fdf8bd752e6fe4db3548bcf /doc/ffmpeg.texi | |
parent | 724cf83f100065ddabf827f55bf7ae9785875b4c (diff) | |
download | ffmpeg-183fd30e0f6fdc762fd955a24cfc7e6a49e1055c.tar.gz |
Fix several typos
"apix_fmts" found by Marc Péchaud.
"speedloss" found by Mikhail V.
Signed-off-by: Lou Logan <lou@lrcd.com>
Diffstat (limited to 'doc/ffmpeg.texi')
-rw-r--r-- | doc/ffmpeg.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index de6d3f139a..0405d009b9 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -935,7 +935,7 @@ It disables matching streams from already created mappings. A trailing @code{?} after the stream index will allow the map to be optional: if the map matches no streams the map will be ignored instead of failing. Note the map will still fail if an invalid input file index -is used; such as if the map refers to a non-existant input. +is used; such as if the map refers to a non-existent input. An alternative @var{[linklabel]} form will map outputs from complex filter graphs (see the @option{-filter_complex} option) to the output file. |