[NUT-devel] [nut]: r638 - docs/nut.txt
ods15
subversion at mplayerhq.hu
Fri Feb 15 07:33:17 CET 2008
Author: ods15
Date: Fri Feb 15 07:33:16 2008
New Revision: 638
Log:
Clarify that frame size includes the elision header size
Modified:
docs/nut.txt
Modified: docs/nut.txt
==============================================================================
--- docs/nut.txt (original)
+++ docs/nut.txt Fri Feb 15 07:33:16 2008
@@ -677,8 +677,10 @@ reserved_count[frame_code] (v)
MUST be <256.
data_size
- The size of the following frame.
data_size = data_size_lsb + data_size_msb * data_size_mul ;
+ The size of the following frame, including a possible elision header.
+ If data_size is 500 bytes, and it has an elision header of 10 bytes,
+ then the stored frame data following the frame header is 490 bytes.
coded_pts (v)
If coded_pts < ( 1 << msb_pts_shift ) then it is an lsb
More information about the NUT-devel
mailing list