@@ -22,7 +22,7 @@ <h1>vorbis_analysis</h1>
2222dispatches the block to the forward transform provided by that mode.
2323</ p >
2424< p > When using a basic encoding mode, with no bitrate management,
25- an ogg_packet pointer can be given, and an the coded block is returned
25+ an ogg_packet pointer can be given, and the coded block is returned
2626directly through that structure and can be placed in the output stream.
2727</ p >
2828< p > Otherwise, NULL should be passed for the ogg_packet pointer. In
@@ -46,9 +46,9 @@ <h3>Parameters</h3>
4646< dt > < i > vb</ i > </ dt >
4747< dd > Pointer to the vorbis_block to be encoded.</ dd >
4848< dt > < i > op</ i > </ dt >
49- < dd > Optional pointer to an ogg_packet. This should normally NULL,
50- and the final output obtained by passing < i > vb</ i > though the
51- vorbis_bitrate_*() interface to perform any further refinement.
49+ < dd > Optional pointer to an ogg_packet. This is normally NULL,
50+ and the final output is obtained by passing < i > vb</ i > though the
51+ vorbis_bitrate_*() interface to perform further refinement.
5252However, when not using a bitrate managed encoding mode, it
5353is possible to skip that step by providing an ogg_packet pointer
5454here, obtaining the compressed data directly.</ dd >
0 commit comments