aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarth64 <marth64@proxyid.net>2024-01-03 12:47:37 -0600
committerStefano Sabatini <stefasab@gmail.com>2024-01-04 01:07:10 +0100
commit6442d1ddd62160e96c686c30648b6111e3e0c264 (patch)
tree9986d141f41bb4bf75bc76caf22a7fa40a74dbf1
parentf7fa760b39874f857d9d4ddcd7c7b79c828a2c6a (diff)
downloadffmpeg-6442d1ddd62160e96c686c30648b6111e3e0c264.tar.gz
doc/faq: replace non-breaking spaces (0xA0) with normal 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 39f28eef08..5998e0d000 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 Mo) and @code{analyzeduration} (default 5,000,000 µs = 5 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?