diff options
author | Martin Herkt <lachs0r@srsfckn.biz> | 2014-04-24 17:42:54 +0200 |
---|---|---|
committer | Martin Herkt <lachs0r@srsfckn.biz> | 2014-05-04 02:46:11 +0200 |
commit | 8d7d6caeaf7901cd63596d17efbde3133699fcdf (patch) | |
tree | 8ec99d744613012a7518eda8bb8252e59cb2a8cc /etc | |
parent | 32c63fc1192b6ef0b57ba2552630f572b84968fd (diff) |
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 'etc')
-rw-r--r-- | etc/example.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/example.conf b/etc/example.conf index 60e639a003..3f93b55beb 100644 --- a/etc/example.conf +++ b/etc/example.conf @@ -85,7 +85,7 @@ # Change subtitle encoding. For Arabic subtitles use 'cp1256'. # If the file seems to be valid UTF-8, prefer UTF-8. -#subcp = utf8:cp1256 +#sub-codepage = utf8:cp1256 # Enable hardware decoding if available. Often, this requires using an certain # video output, otherwise no hardware decoding will be used. |