improve wording for --lax
authorJosh Coalson <jcoalson@users.sourceforce.net>
Thu, 3 Feb 2005 04:17:38 +0000 (04:17 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Thu, 3 Feb 2005 04:17:38 +0000 (04:17 +0000)
doc/html/documentation.html
man/flac.sgml

index 07eaf44..89c3128 100644 (file)
                                <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>
                                <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>
index 2b46d05..fb65aa0 100644 (file)
@@ -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>
 
                <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>