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
_______________________________________________
NUT-devel mailing list
NUT-devel mplayerhq.hu
http://lists.mplayerhq.hu/mailman/listinfo/nut-devel
|