diff options
author | Thibaut Mattern <thibaut.mattern@gmail.com> | 2008-01-19 13:54:18 +0100 |
---|---|---|
committer | Thibaut Mattern <thibaut.mattern@gmail.com> | 2008-01-19 13:54:18 +0100 |
commit | 394ab44016fe8b0df951718e4888a9df28895618 (patch) | |
tree | 0ab916ec8a7c2ed8c897147c1b692009a46edf9b /doc/faq | |
parent | ce16be132cec33879e3f1521997aa30993d7fd93 (diff) | |
parent | 4b30fc7d0ad482d4449703e9270df933cdd755ee (diff) | |
download | xine-lib-394ab44016fe8b0df951718e4888a9df28895618.tar.gz xine-lib-394ab44016fe8b0df951718e4888a9df28895618.tar.bz2 |
Merge
Diffstat (limited to 'doc/faq')
-rw-r--r-- | doc/faq/faq.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/faq/faq.sgml b/doc/faq/faq.sgml index 9743cf361..1176024e0 100644 --- a/doc/faq/faq.sgml +++ b/doc/faq/faq.sgml @@ -6,7 +6,7 @@ <title>The xine engine FAQ</title> <titleabbrev>xine FAQ</titleabbrev> <copyright> - <year>2001-2003</year> + <year>2001-2008</year> <holder>the xine project team</holder> </copyright> </bookinfo> @@ -946,7 +946,7 @@ Latest xine-lib modules (1-beta3 or newer) support external subtitles for any media file, not only AVI. In order to use it you can pass a special MRL construction like: - <screen> <command>xine test.mpg#subtitle:file.sub</command></screen> + <screen> <command>xine file://path/to/test.mpg#subtitle:/path/to/file.sub</command></screen> The external subtitles support can also be used by any xine frontend. Currently xine-ui and kaffeine implement this feature with a subtitle selection dialog. |