aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarth64 <marth64@proxyid.net>2024-01-07 09:29:24 -0600
committerStefano Sabatini <stefasab@gmail.com>2024-01-10 19:52:23 +0100
commit468e0a0d8b64dd342faf75b469ec7c7b77f2131d (patch)
tree79a95d2708c94771385593ee5c6fc763b386dd44
parent1081bae94d793e6be0b2542e57a1d5ab4ccb816b (diff)
downloadffmpeg-468e0a0d8b64dd342faf75b469ec7c7b77f2131d.tar.gz
doc/faq: use texi's @tie instead of 0xA0 for non-breaking space
Signed-off-by: Marth64 <marth64@proxyid.net>
-rw-r--r--doc/faq.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/faq.texi b/doc/faq.texi
index 5998e0d000..477cc60533 100644
--- a/doc/faq.texi
+++ b/doc/faq.texi
@@ -450,7 +450,7 @@ work with streams that were detected during the initial scan; streams that
are detected later are ignored.
The size of the initial scan is controlled by two options: @code{probesize}
-(default ~5 Mo) and @code{analyzeduration} (default 5,000,000 µs = 5 s). For
+(default ~5@tie{}Mo) and @code{analyzeduration} (default 5,000,000@tie{}µs = 5@tie{}s). For
the subtitle stream to be detected, both values must be large enough.
@section Why was the @command{ffmpeg} @option{-sameq} option removed? What to use instead?