diff options
author | Yaser Alraddadi <gam-phon@users.noreply.github.com> | 2014-02-23 03:38:08 +0300 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2014-02-23 17:54:13 +0100 |
commit | d364e09174b80d890c513fa4a2490e9543b3f974 (patch) | |
tree | ce508d574bcf3ed921873bb294d6a57cea9f4007 /etc | |
parent | bb6b543812a72484fe657f04ae5c050d353b7584 (diff) |
example.conf: subtitle encoding
Signed-off-by: wm4 <wm4@nowhere>
Closes #580.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/example.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/example.conf b/etc/example.conf index 7084ab4d8f..804051f461 100644 --- a/etc/example.conf +++ b/etc/example.conf @@ -83,6 +83,9 @@ # Play Finnish audio if available, fall back to English otherwise. #alang = fi,en +# Change subtitle encoding. For Arabic subtitles use 'cp1256'. +#subcp = cp1256 + # Enable hardware decoding if available. Often, this requires using an certain # video output, otherwise no hardware decoding will be used. #hwdec = auto |