summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2006-09-27 05:02:11 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2006-09-27 05:02:11 +0000
commit6f5568e4df63542781ae6551b36ad463f27e9aa7 (patch)
treef4bcdc1eff4fb859630661268ce27ca1cff9a137 /man
parent9ca69b9c5d557fe3d69c3e3c64ac274ab3e45ec6 (diff)
downloadflac-6f5568e4df63542781ae6551b36ad463f27e9aa7.tar.gz
change default padding to 8K, or 64K if input audio stream is >= 20 minutes long
Diffstat (limited to 'man')
-rw-r--r--man/flac.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/flac.sgml b/man/flac.sgml
index 36cff769..0ef9b5f8 100644
--- a/man/flac.sgml
+++ b/man/flac.sgml
@@ -361,7 +361,7 @@
<term><option>-P</option> <replaceable>#</replaceable>, <option>--padding</option>=<replaceable>#</replaceable></term>
<listitem>
- <para>Tell the encoder to write a PADDING metadata block of the given length (in bytes) after the STREAMINFO block. This is useful if you plan to tag the file later with an APPLICATION block; instead of having to rewrite the entire file later just to insert your block, you can write directly over the PADDING block. Note that the total length of the PADDING block will be 4 bytes longer than the length given because of the 4 metadata block header bytes. You can force no PADDING block at all to be written with --no-padding. The encoder writes a PADDING block of 4096 bytes by default.</para>
+ <para>Tell the encoder to write a PADDING metadata block of the given length (in bytes) after the STREAMINFO block. This is useful if you plan to tag the file later with an APPLICATION block; instead of having to rewrite the entire file later just to insert your block, you can write directly over the PADDING block. Note that the total length of the PADDING block will be 4 bytes longer than the length given because of the 4 metadata block header bytes. You can force no PADDING block at all to be written with --no-padding. The encoder writes a PADDING block of 8192 bytes by default (or 65536 bytes if the input audio stream is more that 20 minutes long).</para>
</listitem>
</varlistentry>