From cc75fd3aecff0611d3616e6e55acde6a83a9110f Mon Sep 17 00:00:00 2001
From: Werner Robitza <werner.robitza@gmail.com>
Date: Wed, 20 Sep 2017 15:10:21 +0200
Subject: [PATCH] doc/faq: replace Mo with mega-octet

Replace "Mo" with mega-octet to clarify abbreviation (as not used anywhere else in ffmpeg).

Signed-off-by: Werner Robitza <werner.robitza@gmail.com>
---
 doc/faq.texi | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/doc/faq.texi b/doc/faq.texi
index ff35c898dc..32f9ff5aa3 100644
--- a/doc/faq.texi
+++ b/doc/faq.texi
@@ -450,8 +450,9 @@ 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
-the subtitle stream to be detected, both values must be large enough.
+(default ~5 mega-octet) 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?
 
-- 
2.14.1

