diff options
author | Mickael Maison <mickael.maison@gmail.com> | 2017-04-16 16:29:48 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2017-04-18 02:50:06 +0200 |
commit | fdd4922dc4896b97b17148744b5bd07e3301a027 (patch) | |
tree | 73d32e9d7f4c66fc2c99d1285598a805121fc08c | |
parent | 20aeee4fc99f241872dba4f93da50bd1cdef836d (diff) | |
download | ffmpeg-fdd4922dc4896b97b17148744b5bd07e3301a027.tar.gz |
doc/fftools-common-opts: Fixed a typo in the common arguments list
- Fixed a typo for the -sources argument
Signed-off-by: Mickael Maison <mickael.maison@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r-- | doc/fftools-common-opts.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/fftools-common-opts.texi b/doc/fftools-common-opts.texi index 7269aeece9..2eff33a36f 100644 --- a/doc/fftools-common-opts.texi +++ b/doc/fftools-common-opts.texi @@ -153,7 +153,7 @@ Show channel names and standard channel layouts. Show recognized color names. @item -sources @var{device}[,@var{opt1}=@var{val1}[,@var{opt2}=@var{val2}]...] -Show autodetected sources of the intput device. +Show autodetected sources of the input device. Some devices may provide system-dependent source names that cannot be autodetected. The returned list cannot be assumed to be always complete. @example |