[MPlayer-cvslog] CVS: main/DOCS/tech mpcf.txt,1.138,1.139

Oded Shimon CVS syncmail at mplayerhq.hu
Sat Mar 11 11:19:05 CET 2006


CVS change done by Oded Shimon CVS

Update of /cvsroot/mplayer/main/DOCS/tech
In directory mail:/var2/tmp/cvs-serv29821

Modified Files:
	mpcf.txt 
Log Message:
clarify, header_checksum is not included in forward_ptr and in packet checksum


Index: mpcf.txt
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/tech/mpcf.txt,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -r1.138 -r1.139
--- mpcf.txt	10 Mar 2006 14:44:31 -0000	1.138
+++ mpcf.txt	11 Mar 2006 10:19:02 -0000	1.139
@@ -386,7 +386,7 @@
 
 forward_ptr
     size of the packet data (exactly the distance from the first byte
-    after the forward_ptr to the first byte of the next packet)
+    after the packet_header to the first byte of the next packet)
 
 max_distance
     max distance of syncpoints, the distance may only be larger if
@@ -592,7 +592,7 @@
     crc32 checksum
     checksum is calculated for the area pointed to by forward_ptr not
     including the checksum itself (from first byte after the
-    forward_ptr until last byte before the checksum).
+    packet_header until last byte before the checksum).
     for frame headers the checksum contains the framecode byte and all
     following bytes upto the checksum itself
 




More information about the MPlayer-cvslog mailing list