diff options
author | Josh Coalson <jcoalson@users.sourceforce.net> | 2003-01-11 06:28:44 +0000 |
---|---|---|
committer | Josh Coalson <jcoalson@users.sourceforce.net> | 2003-01-11 06:28:44 +0000 |
commit | 61fd93f867fd6a5223124b406cd1f529b31993b3 (patch) | |
tree | dad1587cdf1f400aa573b9a267e135edadb3f994 /doc | |
parent | 29c47977b3c1a45d7a0044fe12e1d93dbd88d9c3 (diff) | |
download | flac-61fd93f867fd6a5223124b406cd1f529b31993b3.tar.gz |
update verbiage about -P, now that the default is -P 4096
Diffstat (limited to 'doc')
-rw-r--r-- | doc/html/documentation.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/documentation.html b/doc/html/documentation.html index 95bb530b..b8214d79 100644 --- a/doc/html/documentation.html +++ b/doc/html/documentation.html @@ -538,7 +538,7 @@ <TT>-P #</TT>, <TT>--padding=#</TT> </TD> <TD> - Tell the encoder to write a <TT>PADDING</TT> metadata block of the given length (in bytes) after the <TT>STREAMINFO</TT> block. This is useful if you plan to tag the file later with an <TT>APPLICATION</TT> block; instead of having to rewrite the entire file later just to insert your block, you can write directly over the <TT>PADDING</TT> block. Note that the total length of the <TT>PADDING</TT> block will be 4 bytes longer than the length given because of the 4 metadata block header bytes. You can force no <TT>PADDING</TT> block at all to be written with <TT>--no-padding</TT>, which is the default. + Tell the encoder to write a <TT>PADDING</TT> metadata block of the given length (in bytes) after the <TT>STREAMINFO</TT> block. This is useful if you plan to tag the file later with an <TT>APPLICATION</TT> block; instead of having to rewrite the entire file later just to insert your block, you can write directly over the <TT>PADDING</TT> block. Note that the total length of the <TT>PADDING</TT> block will be 4 bytes longer than the length given because of the 4 metadata block header bytes. You can force no <TT>PADDING</TT> block at all to be written with <TT>--no-padding</TT>. The encoder writes a PADDING block of 4096 bytes by default. </TD> </TR> <TR> |