summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2008-09-09 07:49:19 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2008-09-09 07:49:19 +0000
commitd7f5344a6408f95901cc17329264bea03db514e0 (patch)
treee4e29a2d5a541ea9695454fb3198aa4431e9bf1c /man
parent7617cacb282a00c0188aca3fec5613aa1d038740 (diff)
downloadflac-d7f5344a6408f95901cc17329264bea03db514e0.tar.gz
add support for Wave64 (SF#1769582: https://sourceforge.net/tracker/index.php?func=detail&aid=1769582&group_id=13478&atid=113478)
Diffstat (limited to 'man')
-rw-r--r--man/flac.sgml12
1 files changed, 10 insertions, 2 deletions
diff --git a/man/flac.sgml b/man/flac.sgml
index 317afd13..3b96644a 100644
--- a/man/flac.sgml
+++ b/man/flac.sgml
@@ -653,6 +653,14 @@
</varlistentry>
<varlistentry>
+ <term><option>--force-raw-format</option></term>
+
+ <listitem>
+ <para>Force input (when encoding) or output (when decoding) to be treated as raw samples (even if filename ends in <filename>.wav</filename>).</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><option>--force-aiff-format</option></term>
<listitem>
@@ -669,10 +677,10 @@
</varlistentry>
<varlistentry>
- <term><option>--force-raw-format</option></term>
+ <term><option>--force-wave64-format</option></term>
<listitem>
- <para>Force input (when encoding) or output (when decoding) to be treated as raw samples (even if filename ends in <filename>.wav</filename>).</para>
+ <para>Force the decoder to output Wave64 format. This option is not needed if the output filename (as set by -o) ends with <filename>.w64</filename>. Also, this option has no effect when encoding since input Wave64 is auto-detected.</para>
</listitem>
</varlistentry>