[NUT-devel] [nut]: r172 - trunk/docs/nut-english.txt

ods15 subversion at mplayerhq.hu
Sat Oct 28 22:19:44 CEST 2006


Author: ods15
Date: Sat Oct 28 22:19:43 2006
New Revision: 172

Modified:
   trunk/docs/nut-english.txt

Log:
typos


Modified: trunk/docs/nut-english.txt
==============================================================================
--- trunk/docs/nut-english.txt	(original)
+++ trunk/docs/nut-english.txt	Sat Oct 28 22:19:43 2006
@@ -46,7 +46,7 @@
 Variable Length Coding
 
 Almost all fields in NUT are coded using VLCs. VLCs allow for compact
-storage of small integers, which still being extendible to infinitely
+storage of small integers, while still being extendible to infinitely
 large integers. The syntax is of a VLC is, per byte, a 1 bit flag stating
 if there are more bits to the integer, and 7 bits to be prepended to the
 lsb of the integer, shifting the previous value to the left.
@@ -55,7 +55,7 @@
 NUT packet. The only such fields are forward_ptr and fields in frame
 headers. This is to prevent demuxers from looping on a large of amount of
 damaged bytes of 0x80. Fields inside a NUT packet are protected by a CRC
-whcih can be checked before decoding.
+which can be checked before decoding.
 
 Header Structure
 



More information about the NUT-devel mailing list