From 0c9ddc0fd5ae741fd723da6ce620c14d9254143b Mon Sep 17 00:00:00 2001 From: Nicolas George Date: Tue, 24 Jan 2012 16:03:09 +0100 Subject: [PATCH] faq: fix typo. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reported-By: Clément Bœsch --- doc/faq.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,