summaryrefslogtreecommitdiffstats
path: root/DOCS/tech-overview.txt
diff options
context:
space:
mode:
authorMartin Herkt <lachs0r@srsfckn.biz>2014-04-24 17:42:54 +0200
committerMartin Herkt <lachs0r@srsfckn.biz>2014-05-04 02:46:11 +0200
commit8d7d6caeaf7901cd63596d17efbde3133699fcdf (patch)
tree8ec99d744613012a7518eda8bb8252e59cb2a8cc /DOCS/tech-overview.txt
parent32c63fc1192b6ef0b57ba2552630f572b84968fd (diff)
downloadmpv-8d7d6caeaf7901cd63596d17efbde3133699fcdf.tar.bz2
mpv-8d7d6caeaf7901cd63596d17efbde3133699fcdf.tar.xz
options: rename subtitle-related options
--ass → --sub-ass --autosub → --sub-auto --autosub-match → --sub-auto-match --sub → --sub-file --subcp → --sub-codepage --subfps → --sub-fps
Diffstat (limited to 'DOCS/tech-overview.txt')
-rw-r--r--DOCS/tech-overview.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/tech-overview.txt b/DOCS/tech-overview.txt
index de39b370dc..981123b0f0 100644
--- a/DOCS/tech-overview.txt
+++ b/DOCS/tech-overview.txt
@@ -222,7 +222,7 @@ sub/:
.ass subtitles via libass. demux_lavf.c loads most subtitle types via
FFmpeg. demux_subreader.c is the old MPlayer code. It's used as last
fallback, or to handle some text subtitle types on Libav. (It also can
- load UTF-16 encoded subtitles without requiring the use of -subcp.)
+ load UTF-16 encoded subtitles without requiring the use of -sub-codepage.)
demux_subreader.c should eventually go away (maybe).
The subtitles are passed to dec_sub.c and the subtitle decoders in sd_*.c