aboutsummaryrefslogtreecommitdiffstats
path: root/doc/decoders.texi
diff options
context:
space:
mode:
authorzheng qian <xqq@xqq.im>2023-11-02 00:24:21 +0900
committerGyan Doshi <ffmpeg@gyani.pro>2023-11-02 14:07:00 +0530
commit4dbfb52230c4993e58598386ac79b964589dc00e (patch)
tree0c803641e03fd41cd675c75619effbb738da934f /doc/decoders.texi
parentd06fd18f8f4c6a81ef94cbb600620d83ad51269d (diff)
downloadffmpeg-4dbfb52230c4993e58598386ac79b964589dc00e.tar.gz
doc/decoders: correctly note an option's default in libaribcaption
The `-caption_encoding` option was reported as having a default value of 'ass', whereas it's actually 'auto'. Signed-off-by: zheng qian <xqq@xqq.im> Signed-off-by: Gyan Doshi <ffmpeg@gyani.pro>
Diffstat (limited to 'doc/decoders.texi')
-rw-r--r--doc/decoders.texi5
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/decoders.texi b/doc/decoders.texi
index eb00e2a9e9..f75364166e 100644
--- a/doc/decoders.texi
+++ b/doc/decoders.texi
@@ -391,7 +391,7 @@ Specifies the encoding scheme of input subtitle text.
@table @samp
@item auto
-Automatically detect text encoding.
+Automatically detect text encoding (default).
@item jis
8bit-char JIS encoding defined in ARIB STD B24.
This encoding used in Japan for ISDB captions.
@@ -403,9 +403,6 @@ Latin character encoding defined in ABNT NBR 15606-1.
This encoding is used in South America for SBTVD / ISDB-Tb captions.
@end table
-The default is @dfn{ass} as same as @dfn{libaribb24} decoder.
-Some present players (e.g., @dfn{mpv}) expect ASS format for ARIB caption.
-
@item -font @var{font_name[,font_name2,...]}
Specify comma-separated list of font family names to be used for @dfn{bitmap}
or @dfn{ass} type subtitle rendering.