mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
Fix miscellaneous typos.
Found via `codespell -q 3`
This commit is contained in:
committed by
Erik de Castro Lopo
parent
0db0e878b8
commit
01eb19708c
@@ -538,7 +538,7 @@
|
||||
<span class="argument">-V</span>, <span class="argument">--verify</span>
|
||||
</td>
|
||||
<td>
|
||||
Verify the encoding process. With this option, <span class="commandname">flac</span> will create a parallel decoder that decodes the output of the encoder and compares the result against the original. It will abort immediately with an error if a mismatch occurs. <span class="argument">-V</span> increases the total encoding time but is guaranteed to catch any unforseen bug in the encoding process.
|
||||
Verify the encoding process. With this option, <span class="commandname">flac</span> will create a parallel decoder that decodes the output of the encoder and compares the result against the original. It will abort immediately with an error if a mismatch occurs. <span class="argument">-V</span> increases the total encoding time but is guaranteed to catch any unforeseen bug in the encoding process.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -612,7 +612,7 @@
|
||||
<br />
|
||||
<span class="argument">DESCRIPTION</span> is optional; the default is an empty string.<br />
|
||||
<br />
|
||||
The next part specfies the resolution and color information. If the <span class="argument">MIME-TYPE</span> is <tt>image/jpeg</tt>, <tt>image/png</tt>, or <tt>image/gif</tt>, you can usually leave this empty and they can be detected from the file. Otherwise, you must specify the width in pixels, height in pixels, and color depth in bits-per-pixel. If the image has indexed colors you should also specify the number of colors used. When manually specified, it is not checked against the file for accuracy.<br />
|
||||
The next part specifies the resolution and color information. If the <span class="argument">MIME-TYPE</span> is <tt>image/jpeg</tt>, <tt>image/png</tt>, or <tt>image/gif</tt>, you can usually leave this empty and they can be detected from the file. Otherwise, you must specify the width in pixels, height in pixels, and color depth in bits-per-pixel. If the image has indexed colors you should also specify the number of colors used. When manually specified, it is not checked against the file for accuracy.<br />
|
||||
<br />
|
||||
<span class="argument">FILE</span> is the path to the picture file to be imported, or the URL if MIME type is --><br />
|
||||
<br />
|
||||
|
||||
Reference in New Issue
Block a user