diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-01-24 16:03:09 +0100 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2012-01-24 16:03:09 +0100 |
commit | 0c9ddc0fd5ae741fd723da6ce620c14d9254143b (patch) | |
tree | 6044f155cb70d60068ee891060b9262c5af8e5b1 /doc/faq.texi | |
parent | 9aaa70a845fe8eb26b3d2e264958b8586150d76b (diff) | |
download | ffmpeg-0c9ddc0fd5ae741fd723da6ce620c14d9254143b.tar.gz |
faq: fix typo.
Reported-By: Clément Bœsch
Diffstat (limited to 'doc/faq.texi')
-rw-r--r-- | doc/faq.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/faq.texi b/doc/faq.texi index 3fda98eb8d..5f371a4546 100644 --- a/doc/faq.texi +++ b/doc/faq.texi @@ -300,7 +300,7 @@ lost. Most likely, it is through @code{auto-inserted aconvert}. Try to understand why the converting filter was needed at that place. -Just before the output is a lilely place, as @option{-f lavfi} currently +Just before the output is a likely place, as @option{-f lavfi} currently only support packed S16. Then insert the correct @code{aconvert} explicitly in the filter graph, |