fix typos

This commit is contained in:
Josh Coalson
2005-01-07 01:03:19 +00:00
parent b54ce2e4f9
commit a11870ba04
3 changed files with 3 additions and 3 deletions

View File

@@ -497,7 +497,7 @@
<TT>--cue=[#.#][-[#.#]]</TT>
</TD>
<TD>
Set the beginning and ending cuepoints to decode. The optional first <TT>#.#</TT> is the track and index point at which decoding will start; the default is the beginning of the stream. The optional second <TT>#.#</TT> is the track and index point at which decoding will end; the default is the end of the stream. If the seekpoint does not exist, the closest one before it (for the start point) or after it (for the end point) will be used. If those don't exist, the start of the stream (for the start point) or end of the stream (for the end point) will be used. The cuepoints are merely translated into sample numbers then used as --skip and --until.<P>
Set the beginning and ending cuepoints to decode. The optional first <TT>#.#</TT> is the track and index point at which decoding will start; the default is the beginning of the stream. The optional second <TT>#.#</TT> is the track and index point at which decoding will end; the default is the end of the stream. If the cuepoint does not exist, the closest one before it (for the start point) or after it (for the end point) will be used. If those don't exist, the start of the stream (for the start point) or end of the stream (for the end point) will be used. The cuepoints are merely translated into sample numbers then used as --skip and --until.<P>
Examples:<P>
<TT>--cue=-</TT> : decode the entire stream<P>
<TT>--cue=4.1</TT> : decode from track 4, index 1 to the end of the stream<P>