diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-01-17 16:00:49 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-01-17 16:00:49 +0000 |
commit | c13524a87fb997ef260d397a0e14d5649af323ef (patch) | |
tree | 09d8beb530ab21f8d7eb4a754df91ffd5d63b5a2 | |
parent | bc09805e004f1a68d7a632a38ed6309f6c9ec356 (diff) | |
download | xine-lib-c13524a87fb997ef260d397a0e14d5649af323ef.tar.gz xine-lib-c13524a87fb997ef260d397a0e14d5649af323ef.tar.bz2 |
Update documentation to match filename-parsing changes in 1.1.9. [Bug 22]
-rw-r--r-- | doc/faq/faq.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/faq/faq.sgml b/doc/faq/faq.sgml index 9743cf361..77502d618 100644 --- a/doc/faq/faq.sgml +++ b/doc/faq/faq.sgml @@ -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. |