summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/html/documentation.html4
-rw-r--r--man/flac.sgml13
2 files changed, 11 insertions, 6 deletions
diff --git a/doc/html/documentation.html b/doc/html/documentation.html
index 07eaf449..89c3128d 100644
--- a/doc/html/documentation.html
+++ b/doc/html/documentation.html
@@ -584,7 +584,7 @@
<TT>--lax</TT>
</TD>
<TD>
- Allow encoder to generate non-<A HREF="format.html#subset">Subset</A> files. The resulting FLAC file may not be streamable, so you should only use this option in combination with custom encoding options meant for archival. File decoders will still be able play (and seek in) such files.
+ Allow encoder to generate non-<A HREF="format.html#subset">Subset</A> files. The resulting FLAC file may not be streamable or might have trouble being played in all players (especially hardware devices), so you should only use this option in combination with custom encoding options meant for archival.
</TD>
</TR>
<TR>
@@ -678,7 +678,7 @@
<TT>-m</TT>, <TT>--mid-side</TT>
</TD>
<TD>
- Enable mid-side coding (only for stereo streams). Tends to increase compression by a few percent on average. For each block both the stereo pair and mid-side versions of the block will be encoded, and smallest resulting frame will be stored. Currently mid-side encoding is only available when bits-per-sample &lt;= 16.
+ Enable mid-side coding (only for stereo streams). Tends to increase compression by a few percent on average. For each block both the stereo pair and mid-side versions of the block will be encoded, and smallest resulting frame will be stored.
</TD>
</TR>
<TR>
diff --git a/man/flac.sgml b/man/flac.sgml
index 2b46d057..fb65aa0f 100644
--- a/man/flac.sgml
+++ b/man/flac.sgml
@@ -4,7 +4,7 @@
<!ENTITY dhfirstname "<firstname>Matt</firstname>">
<!ENTITY dhsurname "<surname>Zimmerman</surname>">
<!-- Please adjust the date whenever revising the manpage. -->
- <!ENTITY dhdate "<date>July 29, 2004</date>">
+ <!ENTITY dhdate "<date>Feb 2, 2005</date>">
<!-- SECTION should be 1-8, maybe w/ subsection other parameters are
allowed: see man(7), man(1). -->
<!ENTITY dhsection "<manvolnum>1</manvolnum>">
@@ -27,8 +27,8 @@
&dhsurname;
</author>
<copyright>
- <year>2002,2003,2004</year>
- <holder>&dhusername;</holder>
+ <year>2002,2003,2004,2005</year>
+ <holder>&dhusername;</holder>
</copyright>
&dhdate;
</docinfo>
@@ -350,7 +350,12 @@
<listitem>
<para>Allow encoder to generate non-Subset
- files.</para>
+ files. The resulting FLAC file may not be
+ streamable or might have trouble being played
+ in all players (especially hardware devices),
+ so you should only use this option in
+ combination with custom encoding options meant
+ for archival.</para>
</listitem>
</varlistentry>