diff options
author | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2004-04-30 13:15:51 +0000 |
---|---|---|
committer | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2004-04-30 13:15:51 +0000 |
commit | 3cd67be591fe75f289d4f33d11589cfa3c2e72cd (patch) | |
tree | 93208f13750d7374d3ae657d10d969d855a3e4a1 /doc/faq/faq.sgml | |
parent | 2390f7cd1303e7ae48d29a94b95c4f789a6b22c3 (diff) | |
download | xine-lib-3cd67be591fe75f289d4f33d11589cfa3c2e72cd.tar.gz xine-lib-3cd67be591fe75f289d4f33d11589cfa3c2e72cd.tar.bz2 |
Update docs regarding "speaker_arrangement" config entry changes.
CVS patchset: 6468
CVS date: 2004/04/30 13:15:51
Diffstat (limited to 'doc/faq/faq.sgml')
-rw-r--r-- | doc/faq/faq.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/faq/faq.sgml b/doc/faq/faq.sgml index 640316f87..db046f168 100644 --- a/doc/faq/faq.sgml +++ b/doc/faq/faq.sgml @@ -1216,9 +1216,9 @@ the complicated way by editing the config file yourself which is located in your home directory in <filename>.gxine</filename> or <filename>.xine</filename>: <programlisting> - audio.four_channel:1 - audio.five_channel:1 - audio.five_lfe_channel:0</programlisting> + audio.speaker_arrangement:4 + audio.speaker_arrangement:4.1 + audio.speaker_arrangement:5.1</programlisting> </para> </sect2> @@ -1229,7 +1229,7 @@ surround (see above). You can either use the config dialog or edit the config file (<filename>~/.xine/config</filename> or <filename>~/.gxine/config</filename>) yourself: - <programlisting> audio.a52_pass_through:1</programlisting> + <programlisting> audio.speaker_arrangement:A52_Passthru</programlisting> </para> </sect2> |